Html Css Color HEX #CCCF37 Bitter Lemon

📋 copy color: '#CCCF37'

red 204 ◦ green 207 ◦ blue 55

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

Shades of Bitter Lemon #CCCF37

Tints of Bitter Lemon #CCCF37

RGB

 RED value IS 204 (80.08% from 255) = 43.78%

 GREEN value IS 207 (81.25% from 255) = 44.42%

 BLUE value IS 55 (21.88% from 255) = 11.8%

R = 43.78%
G = 44.42%
B = 11.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CCCF37 (or 0xCCCF37) is known color: Bitter Lemon. HEX triplet: CC, CF and 37. RGB value is (204,207,55). Sum of RGB (Red+Green+Blue) = 204+207+55=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 55 (21.88% from 255 or 11.80% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF37 is #3330C8. Grayscale: #BDBDBD. Windows color (decimal): -3354825 or 3657676. OLE color: 3657676.

HSL color Cylindrical-coordinate representation of color #CCCF37: hue angle of 61.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCCF37 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 55 -
CMYK 0.01 0 0.73 0.19
HSL 61.18º 0.61% 0.51% -
HSV(B) 61.18º 0.73% 0.81% -
XYZ 47.9 57.74 12.23 -
YUV 188.78 52.51 138.86 -
System Red Green Blue C M Y K H S L
Decimal 204 207 55 0.01 0 0.73 0.19 61.18 0.61 0.51
Hex CC CF 37 1 0 49 13 3D 3D 33
Octal 314 317 67 1 0 111 23 75 75 63
Binary 11001100 11001111 110111 1 0 1001001 10011 111101 111101 110011

Color Harmonies of #CCCF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF37

Black with #CCCF37

Text Example


Text Example

White with #CCCF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF37; }

 p { color: rgb(204,207,55); }

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

background-color css

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

 a { background-color: rgb(204,207,55); }

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

border-color css

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

 span { border-color: rgb(204,207,55); }

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