Html Css Color HEX #CCD031 Bitter Lemon

📋 copy color: '#CCD031'

red 204 ◦ green 208 ◦ blue 49

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

Shades of Bitter Lemon #CCD031

Tints of Bitter Lemon #CCD031

RGB

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

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

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

R = 44.25%
G = 45.12%
B = 10.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#CCD031 (or 0xCCD031) is known color: Bitter Lemon. HEX triplet: CC, D0 and 31. RGB value is (204,208,49). Sum of RGB (Red+Green+Blue) = 204+208+49=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD031 is #332FCE. Grayscale: #BDBDBD. Windows color (decimal): -3354575 or 3264716. OLE color: 3264716.

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

Color convert

RGB 204 208 49 -
CMYK 0.02 0 0.76 0.18
HSL 61.51º 0.63% 0.5% -
HSV(B) 61.51º 0.76% 0.82% -
XYZ 48.01 58.17 11.6 -
YUV 188.68 49.17 138.93 -
System Red Green Blue C M Y K H S L
Decimal 204 208 49 0.02 0 0.76 0.18 61.51 0.63 0.5
Hex CC D0 31 2 0 4C 12 3E 3F 32
Octal 314 320 61 2 0 114 22 76 77 62
Binary 11001100 11010000 110001 10 0 1001100 10010 111110 111111 110010

Color Harmonies of #CCD031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD031

Black with #CCD031

Text Example


Text Example

White with #CCD031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD031; }

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

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

background-color css

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

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

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

border-color css

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

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

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