Html Css Color HEX #CFDB34 Bitter Lemon

📋 copy color: '#CFDB34'

red 207 ◦ green 219 ◦ blue 52

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

Shades of Bitter Lemon #CFDB34

Tints of Bitter Lemon #CFDB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.88%

R = 43.31%
G = 45.82%
B = 10.88%

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

#CFDB34 (or 0xCFDB34) is known color: Bitter Lemon. HEX triplet: CF, DB and 34. RGB value is (207,219,52). Sum of RGB (Red+Green+Blue) = 207+219+52=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB34 is #3024CB. Grayscale: #C5C5C5. Windows color (decimal): -3155148 or 3464143. OLE color: 3464143.

HSL color Cylindrical-coordinate representation of color #CFDB34: hue angle of 64.31º 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 #CFDB34 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 219 52 -
CMYK 0.05 0 0.76 0.14
HSL 64.31º 0.7% 0.53% -
HSV(B) 64.31º 0.76% 0.86% -
XYZ 51.68 64.18 12.91 -
YUV 196.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 207 219 52 0.05 0 0.76 0.14 64.31 0.7 0.53
Hex CF DB 34 5 0 4C E 40 46 35
Octal 317 333 64 5 0 114 16 100 106 65
Binary 11001111 11011011 110100 101 0 1001100 1110 1000000 1000110 110101

Color Harmonies of #CFDB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB34

Black with #CFDB34

Text Example


Text Example

White with #CFDB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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