Html Css Color HEX #CCD535 Bitter Lemon

📋 copy color: '#CCD535'

red 204 ◦ green 213 ◦ blue 53

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

Shades of Bitter Lemon #CCD535

Tints of Bitter Lemon #CCD535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.28%

R = 43.4%
G = 45.32%
B = 11.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#CCD535 (or 0xCCD535) is known color: Bitter Lemon. HEX triplet: CC, D5 and 35. RGB value is (204,213,53). Sum of RGB (Red+Green+Blue) = 204+213+53=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD535 is #332ACA. Grayscale: #C0C0C0. Windows color (decimal): -3353291 or 3528140. OLE color: 3528140.

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

Color convert

RGB 204 213 53 -
CMYK 0.04 0 0.75 0.16
HSL 63.38º 0.66% 0.52% -
HSV(B) 63.38º 0.75% 0.84% -
XYZ 49.34 60.68 12.48 -
YUV 192.07 49.52 136.51 -
System Red Green Blue C M Y K H S L
Decimal 204 213 53 0.04 0 0.75 0.16 63.38 0.66 0.52
Hex CC D5 35 4 0 4B 10 3F 42 34
Octal 314 325 65 4 0 113 20 77 102 64
Binary 11001100 11010101 110101 100 0 1001011 10000 111111 1000010 110100

Color Harmonies of #CCD535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD535

Black with #CCD535

Text Example


Text Example

White with #CCD535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD535; }

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

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

background-color css

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

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

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

border-color css

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

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

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