Html Css Color HEX #CCD832 Bitter Lemon

📋 copy color: '#CCD832'

red 204 ◦ green 216 ◦ blue 50

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

Shades of Bitter Lemon #CCD832

Tints of Bitter Lemon #CCD832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.64%

R = 43.4%
G = 45.96%
B = 10.64%

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

#CCD832 (or 0xCCD832) is known color: Bitter Lemon. HEX triplet: CC, D8 and 32. RGB value is (204,216,50). Sum of RGB (Red+Green+Blue) = 204+216+50=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD832 is #3327CD. Grayscale: #C2C2C2. Windows color (decimal): -3352526 or 3332300. OLE color: 3332300.

HSL color Cylindrical-coordinate representation of color #CCD832: hue angle of 64.34º 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 #CCD832 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 50 -
CMYK 0.06 0 0.77 0.15
HSL 64.34º 0.68% 0.52% -
HSV(B) 64.34º 0.77% 0.85% -
XYZ 50.03 62.18 12.38 -
YUV 193.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 204 216 50 0.06 0 0.77 0.15 64.34 0.68 0.52
Hex CC D8 32 6 0 4D F 40 44 34
Octal 314 330 62 6 0 115 17 100 104 64
Binary 11001100 11011000 110010 110 0 1001101 1111 1000000 1000100 110100

Color Harmonies of #CCD832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD832

Black with #CCD832

Text Example


Text Example

White with #CCD832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD832; }

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

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

background-color css

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

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

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

border-color css

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

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

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