Html Css Color HEX #CFDB35 Bitter Lemon

📋 copy color: '#CFDB35'

red 207 ◦ green 219 ◦ blue 53

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

Shades of Bitter Lemon #CFDB35

Tints of Bitter Lemon #CFDB35

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.72%

 BLUE value IS 53 (21.09% from 255) = 11.06%

R = 43.22%
G = 45.72%
B = 11.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#CFDB35 (or 0xCFDB35) is known color: Bitter Lemon. HEX triplet: CF, DB and 35. RGB value is (207,219,53). Sum of RGB (Red+Green+Blue) = 207+219+53=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 53 (21.09% from 255 or 11.06% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB35 is #3024CA. Grayscale: #C5C5C5. Windows color (decimal): -3155147 or 3529679. OLE color: 3529679.

HSL color Cylindrical-coordinate representation of color #CFDB35: hue angle of 64.34º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFDB35 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 219 53 -
CMYK 0.05 0 0.76 0.14
HSL 64.34º 0.7% 0.53% -
HSV(B) 64.34º 0.76% 0.86% -
XYZ 51.71 64.19 13.03 -
YUV 196.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 207 219 53 0.05 0 0.76 0.14 64.34 0.7 0.53
Hex CF DB 35 5 0 4C E 40 46 35
Octal 317 333 65 5 0 114 16 100 106 65
Binary 11001111 11011011 110101 101 0 1001100 1110 1000000 1000110 110101

Color Harmonies of #CFDB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB35

Black with #CFDB35

Text Example


Text Example

White with #CFDB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB35; }

 p { color: rgb(207,219,53); }

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

background-color css

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

 a { background-color: rgb(207,219,53); }

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

border-color css

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

 span { border-color: rgb(207,219,53); }

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