Html Css Color HEX #CFDC32 Bitter Lemon

📋 copy color: '#CFDC32'

red 207 ◦ green 220 ◦ blue 50

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

Shades of Bitter Lemon #CFDC32

Tints of Bitter Lemon #CFDC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.48%

R = 43.4%
G = 46.12%
B = 10.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#CFDC32 (or 0xCFDC32) is known color: Bitter Lemon. HEX triplet: CF, DC and 32. RGB value is (207,220,50). Sum of RGB (Red+Green+Blue) = 207+220+50=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC32 is #3023CD. Grayscale: #C5C5C5. Windows color (decimal): -3154894 or 3333327. OLE color: 3333327.

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

Color convert

RGB 207 220 50 -
CMYK 0.06 0 0.77 0.14
HSL 64.59º 0.71% 0.53% -
HSV(B) 64.59º 0.77% 0.86% -
XYZ 51.9 64.68 12.77 -
YUV 196.73 45.19 135.32 -
System Red Green Blue C M Y K H S L
Decimal 207 220 50 0.06 0 0.77 0.14 64.59 0.71 0.53
Hex CF DC 32 6 0 4D E 41 47 35
Octal 317 334 62 6 0 115 16 101 107 65
Binary 11001111 11011100 110010 110 0 1001101 1110 1000001 1000111 110101

Color Harmonies of #CFDC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC32

Black with #CFDC32

Text Example


Text Example

White with #CFDC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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