Html Css Color HEX #CCD433 Bitter Lemon

📋 copy color: '#CCD433'

red 204 ◦ green 212 ◦ blue 51

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

Shades of Bitter Lemon #CCD433

Tints of Bitter Lemon #CCD433

RGB

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

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

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

R = 43.68%
G = 45.4%
B = 10.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#CCD433 (or 0xCCD433) is known color: Bitter Lemon. HEX triplet: CC, D4 and 33. RGB value is (204,212,51). Sum of RGB (Red+Green+Blue) = 204+212+51=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD433 is #332BCC. Grayscale: #BFBFBF. Windows color (decimal): -3353549 or 3396812. OLE color: 3396812.

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

Color convert

RGB 204 212 51 -
CMYK 0.04 0 0.76 0.17
HSL 62.98º 0.65% 0.52% -
HSV(B) 62.98º 0.76% 0.83% -
XYZ 49.04 60.16 12.16 -
YUV 191.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 204 212 51 0.04 0 0.76 0.17 62.98 0.65 0.52
Hex CC D4 33 4 0 4C 11 3F 41 34
Octal 314 324 63 4 0 114 21 77 101 64
Binary 11001100 11010100 110011 100 0 1001100 10001 111111 1000001 110100

Color Harmonies of #CCD433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD433

Black with #CCD433

Text Example


Text Example

White with #CCD433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD433; }

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

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

background-color css

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

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

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

border-color css

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

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

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