Html Css Color HEX #CCD52A Bitter Lemon

📋 copy color: '#CCD52A'

red 204 ◦ green 213 ◦ blue 42

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

Shades of Bitter Lemon #CCD52A

Tints of Bitter Lemon #CCD52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.15%

R = 44.44%
G = 46.41%
B = 9.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#CCD52A (or 0xCCD52A) is known color: Bitter Lemon. HEX triplet: CC, D5 and 2A. RGB value is (204,213,42). Sum of RGB (Red+Green+Blue) = 204+213+42=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD52A is #332AD5. Grayscale: #BFBFBF. Windows color (decimal): -3353302 or 2807244. OLE color: 2807244.

HSL color Cylindrical-coordinate representation of color #CCD52A: hue angle of 63.16º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCD52A is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 42 -
CMYK 0.04 0 0.80 0.16
HSL 63.16º 0.67% 0.5% -
HSV(B) 63.16º 0.8% 0.84% -
XYZ 49.11 60.59 11.3 -
YUV 190.82 44.02 137.4 -
System Red Green Blue C M Y K H S L
Decimal 204 213 42 0.04 0 0.80 0.16 63.16 0.67 0.5
Hex CC D5 2A 4 0 50 10 3F 43 32
Octal 314 325 52 4 0 120 20 77 103 62
Binary 11001100 11010101 101010 100 0 1010000 10000 111111 1000011 110010

Color Harmonies of #CCD52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD52A

Black with #CCD52A

Text Example


Text Example

White with #CCD52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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