Html Css Color HEX #CCD531 Bitter Lemon

📋 copy color: '#CCD531'

red 204 ◦ green 213 ◦ blue 49

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

Shades of Bitter Lemon #CCD531

Tints of Bitter Lemon #CCD531

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.71%

 BLUE value IS 49 (19.53% from 255) = 10.52%

R = 43.78%
G = 45.71%
B = 10.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#CCD531 (or 0xCCD531) is known color: Bitter Lemon. HEX triplet: CC, D5 and 31. RGB value is (204,213,49). Sum of RGB (Red+Green+Blue) = 204+213+49=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD531 is #332ACE. Grayscale: #C0C0C0. Windows color (decimal): -3353295 or 3265996. OLE color: 3265996.

HSL color Cylindrical-coordinate representation of color #CCD531: hue angle of 63.29º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCD531 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 49 -
CMYK 0.04 0 0.77 0.16
HSL 63.29º 0.66% 0.51% -
HSV(B) 63.29º 0.77% 0.84% -
XYZ 49.25 60.65 12.02 -
YUV 191.61 47.52 136.84 -
System Red Green Blue C M Y K H S L
Decimal 204 213 49 0.04 0 0.77 0.16 63.29 0.66 0.51
Hex CC D5 31 4 0 4D 10 3F 42 33
Octal 314 325 61 4 0 115 20 77 102 63
Binary 11001100 11010101 110001 100 0 1001101 10000 111111 1000010 110011

Color Harmonies of #CCD531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD531

Black with #CCD531

Text Example


Text Example

White with #CCD531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD531; }

 p { color: rgb(204,213,49); }

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

background-color css

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

 a { background-color: rgb(204,213,49); }

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

border-color css

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

 span { border-color: rgb(204,213,49); }

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