Html Css Color HEX #CCD434 Bitter Lemon

📋 copy color: '#CCD434'

red 204 ◦ green 212 ◦ blue 52

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

Shades of Bitter Lemon #CCD434

Tints of Bitter Lemon #CCD434

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.3%

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

R = 43.59%
G = 45.3%
B = 11.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#CCD434 (or 0xCCD434) is known color: Bitter Lemon. HEX triplet: CC, D4 and 34. RGB value is (204,212,52). Sum of RGB (Red+Green+Blue) = 204+212+52=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD434 is #332BCB. Grayscale: #C0C0C0. Windows color (decimal): -3353548 or 3462348. OLE color: 3462348.

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

Color convert

RGB 204 212 52 -
CMYK 0.04 0 0.75 0.17
HSL 63º 0.65% 0.52% -
HSV(B) 63º 0.75% 0.83% -
XYZ 49.07 60.17 12.28 -
YUV 191.37 49.35 137.01 -
System Red Green Blue C M Y K H S L
Decimal 204 212 52 0.04 0 0.75 0.17 63 0.65 0.52
Hex CC D4 34 4 0 4B 11 3F 41 34
Octal 314 324 64 4 0 113 21 77 101 64
Binary 11001100 11010100 110100 100 0 1001011 10001 111111 1000001 110100

Color Harmonies of #CCD434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD434

Black with #CCD434

Text Example


Text Example

White with #CCD434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD434; }

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

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

background-color css

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

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

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

border-color css

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

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

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