Html Css Color HEX #CCDB33 Bitter Lemon

📋 copy color: '#CCDB33'

red 204 ◦ green 219 ◦ blue 51

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

Shades of Bitter Lemon #CCDB33

Tints of Bitter Lemon #CCDB33

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.2%

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

R = 43.04%
G = 46.2%
B = 10.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#CCDB33 (or 0xCCDB33) is known color: Bitter Lemon. HEX triplet: CC, DB and 33. RGB value is (204,219,51). Sum of RGB (Red+Green+Blue) = 204+219+51=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 51 (20.31% from 255 or 10.76% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB33 is #3324CC. Grayscale: #C4C4C4. Windows color (decimal): -3351757 or 3398604. OLE color: 3398604.

HSL color Cylindrical-coordinate representation of color #CCDB33: hue angle of 65.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCDB33 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 51 -
CMYK 0.07 0 0.77 0.14
HSL 65.36º 0.7% 0.53% -
HSV(B) 65.36º 0.77% 0.86% -
XYZ 50.83 63.74 12.76 -
YUV 195.36 46.53 134.16 -
System Red Green Blue C M Y K H S L
Decimal 204 219 51 0.07 0 0.77 0.14 65.36 0.7 0.53
Hex CC DB 33 7 0 4D E 41 46 35
Octal 314 333 63 7 0 115 16 101 106 65
Binary 11001100 11011011 110011 111 0 1001101 1110 1000001 1000110 110101

Color Harmonies of #CCDB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB33

Black with #CCDB33

Text Example


Text Example

White with #CCDB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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