Html Css Color HEX #CCD037 Bitter Lemon

📋 copy color: '#CCD037'

red 204 ◦ green 208 ◦ blue 55

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

Shades of Bitter Lemon #CCD037

Tints of Bitter Lemon #CCD037

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.54%

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

R = 43.68%
G = 44.54%
B = 11.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#CCD037 (or 0xCCD037) is known color: Bitter Lemon. HEX triplet: CC, D0 and 37. RGB value is (204,208,55). Sum of RGB (Red+Green+Blue) = 204+208+55=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD037 is #332FC8. Grayscale: #BDBDBD. Windows color (decimal): -3354569 or 3657932. OLE color: 3657932.

HSL color Cylindrical-coordinate representation of color #CCD037: hue angle of 61.57º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCD037 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 55 -
CMYK 0.02 0 0.74 0.18
HSL 61.57º 0.62% 0.52% -
HSV(B) 61.57º 0.74% 0.82% -
XYZ 48.15 58.22 12.32 -
YUV 189.36 52.17 138.44 -
System Red Green Blue C M Y K H S L
Decimal 204 208 55 0.02 0 0.74 0.18 61.57 0.62 0.52
Hex CC D0 37 2 0 4A 12 3E 3E 34
Octal 314 320 67 2 0 112 22 76 76 64
Binary 11001100 11010000 110111 10 0 1001010 10010 111110 111110 110100

Color Harmonies of #CCD037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD037

Black with #CCD037

Text Example


Text Example

White with #CCD037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD037; }

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

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

background-color css

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

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

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

border-color css

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

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

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