Html Css Color HEX #CCDB30 Bitter Lemon

📋 copy color: '#CCDB30'

red 204 ◦ green 219 ◦ blue 48

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

Shades of Bitter Lemon #CCDB30

Tints of Bitter Lemon #CCDB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.19%

R = 43.31%
G = 46.5%
B = 10.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#CCDB30 (or 0xCCDB30) is known color: Bitter Lemon. HEX triplet: CC, DB and 30. RGB value is (204,219,48). Sum of RGB (Red+Green+Blue) = 204+219+48=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB30 is #3324CF. Grayscale: #C3C3C3. Windows color (decimal): -3351760 or 3201996. OLE color: 3201996.

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

Color convert

RGB 204 219 48 -
CMYK 0.07 0 0.78 0.14
HSL 65.26º 0.7% 0.52% -
HSV(B) 65.26º 0.78% 0.86% -
XYZ 50.77 63.71 12.42 -
YUV 195.02 45.03 134.4 -
System Red Green Blue C M Y K H S L
Decimal 204 219 48 0.07 0 0.78 0.14 65.26 0.7 0.52
Hex CC DB 30 7 0 4E E 41 46 34
Octal 314 333 60 7 0 116 16 101 106 64
Binary 11001100 11011011 110000 111 0 1001110 1110 1000001 1000110 110100

Color Harmonies of #CCDB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB30

Black with #CCDB30

Text Example


Text Example

White with #CCDB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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