Html Css Color HEX #CFDC3B Bitter Lemon

📋 copy color: '#CFDC3B'

red 207 ◦ green 220 ◦ blue 59

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

Shades of Bitter Lemon #CFDC3B

Tints of Bitter Lemon #CFDC3B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 59 (23.44% from 255) = 12.14%

R = 42.59%
G = 45.27%
B = 12.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#CFDC3B (or 0xCFDC3B) is known color: Bitter Lemon. HEX triplet: CF, DC and 3B. RGB value is (207,220,59). Sum of RGB (Red+Green+Blue) = 207+220+59=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 59 (23.44% from 255 or 12.14% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC3B is #3023C4. Grayscale: #C6C6C6. Windows color (decimal): -3154885 or 3923151. OLE color: 3923151.

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

Color convert

RGB 207 220 59 -
CMYK 0.06 0 0.73 0.14
HSL 64.84º 0.7% 0.55% -
HSV(B) 64.84º 0.73% 0.86% -
XYZ 52.11 64.77 13.89 -
YUV 197.76 49.69 134.59 -
System Red Green Blue C M Y K H S L
Decimal 207 220 59 0.06 0 0.73 0.14 64.84 0.7 0.55
Hex CF DC 3B 6 0 49 E 41 46 37
Octal 317 334 73 6 0 111 16 101 106 67
Binary 11001111 11011100 111011 110 0 1001001 1110 1000001 1000110 110111

Color Harmonies of #CFDC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC3B

Black with #CFDC3B

Text Example


Text Example

White with #CFDC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC3B; }

 p { color: rgb(207,220,59); }

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

background-color css

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

 a { background-color: rgb(207,220,59); }

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

border-color css

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

 span { border-color: rgb(207,220,59); }

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