Html Css Color HEX #CCD536 Bitter Lemon

📋 copy color: '#CCD536'

red 204 ◦ green 213 ◦ blue 54

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

Shades of Bitter Lemon #CCD536

Tints of Bitter Lemon #CCD536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.46%

R = 43.31%
G = 45.22%
B = 11.46%

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

#CCD536 (or 0xCCD536) is known color: Bitter Lemon. HEX triplet: CC, D5 and 36. RGB value is (204,213,54). Sum of RGB (Red+Green+Blue) = 204+213+54=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 54 (21.48% from 255 or 11.46% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD536 is #332AC9. Grayscale: #C0C0C0. Windows color (decimal): -3353290 or 3593676. OLE color: 3593676.

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

Color convert

RGB 204 213 54 -
CMYK 0.04 0 0.75 0.16
HSL 63.4º 0.65% 0.52% -
HSV(B) 63.4º 0.75% 0.84% -
XYZ 49.36 60.69 12.6 -
YUV 192.18 50.02 136.43 -
System Red Green Blue C M Y K H S L
Decimal 204 213 54 0.04 0 0.75 0.16 63.4 0.65 0.52
Hex CC D5 36 4 0 4B 10 3F 41 34
Octal 314 325 66 4 0 113 20 77 101 64
Binary 11001100 11010101 110110 100 0 1001011 10000 111111 1000001 110100

Color Harmonies of #CCD536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD536

Black with #CCD536

Text Example


Text Example

White with #CCD536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD536; }

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

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

background-color css

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

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

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

border-color css

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

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

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