Html Css Color HEX #CCD534 Bitter Lemon

📋 copy color: '#CCD534'

red 204 ◦ green 213 ◦ blue 52

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

Shades of Bitter Lemon #CCD534

Tints of Bitter Lemon #CCD534

RGB

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

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

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

R = 43.5%
G = 45.42%
B = 11.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#CCD534 (or 0xCCD534) is known color: Bitter Lemon. HEX triplet: CC, D5 and 34. RGB value is (204,213,52). Sum of RGB (Red+Green+Blue) = 204+213+52=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD534 is #332ACB. Grayscale: #C0C0C0. Windows color (decimal): -3353292 or 3462604. OLE color: 3462604.

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

Color convert

RGB 204 213 52 -
CMYK 0.04 0 0.76 0.16
HSL 63.35º 0.66% 0.52% -
HSV(B) 63.35º 0.76% 0.84% -
XYZ 49.32 60.67 12.36 -
YUV 191.96 49.02 136.59 -
System Red Green Blue C M Y K H S L
Decimal 204 213 52 0.04 0 0.76 0.16 63.35 0.66 0.52
Hex CC D5 34 4 0 4C 10 3F 42 34
Octal 314 325 64 4 0 114 20 77 102 64
Binary 11001100 11010101 110100 100 0 1001100 10000 111111 1000010 110100

Color Harmonies of #CCD534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD534

Black with #CCD534

Text Example


Text Example

White with #CCD534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD534; }

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

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

background-color css

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

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

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

border-color css

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

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

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