Html Css Color HEX #CCD234 Bitter Lemon

📋 copy color: '#CCD234'

red 204 ◦ green 210 ◦ blue 52

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

Shades of Bitter Lemon #CCD234

Tints of Bitter Lemon #CCD234

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.06%

 BLUE value IS 52 (20.7% from 255) = 11.16%

R = 43.78%
G = 45.06%
B = 11.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#CCD234 (or 0xCCD234) is known color: Bitter Lemon. HEX triplet: CC, D2 and 34. RGB value is (204,210,52). Sum of RGB (Red+Green+Blue) = 204+210+52=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD234 is #332DCB. Grayscale: #BEBEBE. Windows color (decimal): -3354060 or 3461836. OLE color: 3461836.

HSL color Cylindrical-coordinate representation of color #CCD234: hue angle of 62.28º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCD234 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 52 -
CMYK 0.03 0 0.75 0.18
HSL 62.28º 0.64% 0.51% -
HSV(B) 62.28º 0.75% 0.82% -
XYZ 48.57 59.18 12.11 -
YUV 190.19 50.01 137.85 -
System Red Green Blue C M Y K H S L
Decimal 204 210 52 0.03 0 0.75 0.18 62.28 0.64 0.51
Hex CC D2 34 3 0 4B 12 3E 40 33
Octal 314 322 64 3 0 113 22 76 100 63
Binary 11001100 11010010 110100 11 0 1001011 10010 111110 1000000 110011

Color Harmonies of #CCD234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD234

Black with #CCD234

Text Example


Text Example

White with #CCD234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD234; }

 p { color: rgb(204,210,52); }

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

background-color css

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

 a { background-color: rgb(204,210,52); }

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

border-color css

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

 span { border-color: rgb(204,210,52); }

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