Html Css Color HEX #CCD831 Bitter Lemon

📋 copy color: '#CCD831'

red 204 ◦ green 216 ◦ blue 49

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

Shades of Bitter Lemon #CCD831

Tints of Bitter Lemon #CCD831

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.06%

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

R = 43.5%
G = 46.06%
B = 10.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#CCD831 (or 0xCCD831) is known color: Bitter Lemon. HEX triplet: CC, D8 and 31. RGB value is (204,216,49). Sum of RGB (Red+Green+Blue) = 204+216+49=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD831 is #3327CE. Grayscale: #C2C2C2. Windows color (decimal): -3352527 or 3266764. OLE color: 3266764.

HSL color Cylindrical-coordinate representation of color #CCD831: hue angle of 64.31º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCD831 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 49 -
CMYK 0.06 0 0.77 0.15
HSL 64.31º 0.68% 0.52% -
HSV(B) 64.31º 0.77% 0.85% -
XYZ 50.01 62.17 12.27 -
YUV 193.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 204 216 49 0.06 0 0.77 0.15 64.31 0.68 0.52
Hex CC D8 31 6 0 4D F 40 44 34
Octal 314 330 61 6 0 115 17 100 104 64
Binary 11001100 11011000 110001 110 0 1001101 1111 1000000 1000100 110100

Color Harmonies of #CCD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD831

Black with #CCD831

Text Example


Text Example

White with #CCD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD831; }

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

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

background-color css

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

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

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

border-color css

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

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

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