Html Css Color HEX #CFD328 Bitter Lemon

📋 copy color: '#CFD328'

red 207 ◦ green 211 ◦ blue 40

#CFD328
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #CFD328

Tints of Bitter Lemon #CFD328

RGB

 RED value IS 207 (81.25% from 255) = 45.2%

 GREEN value IS 211 (82.81% from 255) = 46.07%

 BLUE value IS 40 (16.02% from 255) = 8.73%

R = 45.2%
G = 46.07%
B = 8.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFD328 (or 0xCFD328) is known color: Bitter Lemon. HEX triplet: CF, D3 and 28. RGB value is (207,211,40). Sum of RGB (Red+Green+Blue) = 207+211+40=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD328 is #302CD7. Grayscale: #BEBEBE. Windows color (decimal): -3157208 or 2675663. OLE color: 2675663.

HSL color Cylindrical-coordinate representation of color #CFD328: hue angle of 61.4º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFD328 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 211 40 -
CMYK 0.02 0 0.81 0.17
HSL 61.4º 0.68% 0.49% -
HSV(B) 61.4º 0.81% 0.83% -
XYZ 49.41 60.01 10.99 -
YUV 190.31 43.17 139.9 -
System Red Green Blue C M Y K H S L
Decimal 207 211 40 0.02 0 0.81 0.17 61.4 0.68 0.49
Hex CF D3 28 2 0 51 11 3D 44 31
Octal 317 323 50 2 0 121 21 75 104 61
Binary 11001111 11010011 101000 10 0 1010001 10001 111101 1000100 110001

Color Harmonies of #CFD328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD328

Black with #CFD328

Text Example


Text Example

White with #CFD328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD328; }

 p { color: rgb(207,211,40); }

 H1.HeaderClassName
 {
   color: #CFD328;
 }
 .AnyTagClassName
 {
   color: #CFD328;
 }
</style>

background-color css

<style>
 a { background-color: #CFD328; }

 a { background-color: rgb(207,211,40); }

 div.DivClassName
 {
   background-color: #CFD328;
 }
 .BgClassName
 {
   background-color: #CFD328;
 }
</style>

border-color css

<style>
 span { border-color: #CFD328; }

 span { border-color: rgb(207,211,40); }

 td.TdClassName
 {
   border-color: #CFD328;
 }
 .TagClassName
 {
   border-color: #CFD328;
 }
</style>