Html Css Color HEX #CFDC2A Bitter Lemon

📋 copy color: '#CFDC2A'

red 207 ◦ green 220 ◦ blue 42

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

Shades of Bitter Lemon #CFDC2A

Tints of Bitter Lemon #CFDC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.96%

R = 44.14%
G = 46.91%
B = 8.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#CFDC2A (or 0xCFDC2A) is known color: Bitter Lemon. HEX triplet: CF, DC and 2A. RGB value is (207,220,42). Sum of RGB (Red+Green+Blue) = 207+220+42=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC2A is #3023D5. Grayscale: #C4C4C4. Windows color (decimal): -3154902 or 2809039. OLE color: 2809039.

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

Color convert

RGB 207 220 42 -
CMYK 0.06 0 0.81 0.14
HSL 64.38º 0.72% 0.51% -
HSV(B) 64.38º 0.81% 0.86% -
XYZ 51.74 64.62 11.94 -
YUV 195.82 41.19 135.97 -
System Red Green Blue C M Y K H S L
Decimal 207 220 42 0.06 0 0.81 0.14 64.38 0.72 0.51
Hex CF DC 2A 6 0 51 E 40 48 33
Octal 317 334 52 6 0 121 16 100 110 63
Binary 11001111 11011100 101010 110 0 1010001 1110 1000000 1001000 110011

Color Harmonies of #CFDC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC2A

Black with #CFDC2A

Text Example


Text Example

White with #CFDC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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