Html Css Color HEX #CCD533 Bitter Lemon

📋 copy color: '#CCD533'

red 204 ◦ green 213 ◦ blue 51

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

Shades of Bitter Lemon #CCD533

Tints of Bitter Lemon #CCD533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.9%

R = 43.59%
G = 45.51%
B = 10.9%

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

#CCD533 (or 0xCCD533) is known color: Bitter Lemon. HEX triplet: CC, D5 and 33. RGB value is (204,213,51). Sum of RGB (Red+Green+Blue) = 204+213+51=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 51 (20.31% from 255 or 10.90% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD533 is #332ACC. Grayscale: #C0C0C0. Windows color (decimal): -3353293 or 3397068. OLE color: 3397068.

HSL color Cylindrical-coordinate representation of color #CCD533: hue angle of 63.33º 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 #CCD533 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 51 -
CMYK 0.04 0 0.76 0.16
HSL 63.33º 0.66% 0.52% -
HSV(B) 63.33º 0.76% 0.84% -
XYZ 49.29 60.66 12.24 -
YUV 191.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 204 213 51 0.04 0 0.76 0.16 63.33 0.66 0.52
Hex CC D5 33 4 0 4C 10 3F 42 34
Octal 314 325 63 4 0 114 20 77 102 64
Binary 11001100 11010101 110011 100 0 1001100 10000 111111 1000010 110100

Color Harmonies of #CCD533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD533

Black with #CCD533

Text Example


Text Example

White with #CCD533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD533; }

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

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

background-color css

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

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

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

border-color css

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

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

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