Html Css Color HEX #CCDE30 Pear

📋 copy color: '#CCDE30'

red 204 ◦ green 222 ◦ blue 48

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

Shades of Pear #CCDE30

Tints of Pear #CCDE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.84%

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

R = 43.04%
G = 46.84%
B = 10.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#CCDE30 (or 0xCCDE30) is known color: Pear. HEX triplet: CC, DE and 30. RGB value is (204,222,48). Sum of RGB (Red+Green+Blue) = 204+222+48=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDE30 is #3321CF. Grayscale: #C5C5C5. Windows color (decimal): -3350992 or 3202764. OLE color: 3202764.

HSL color Cylindrical-coordinate representation of color #CCDE30: hue angle of 66.21º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCDE30 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 222 48 -
CMYK 0.08 0 0.78 0.13
HSL 66.21º 0.73% 0.53% -
HSV(B) 66.21º 0.78% 0.87% -
XYZ 51.56 65.29 12.68 -
YUV 196.78 44.04 133.15 -
System Red Green Blue C M Y K H S L
Decimal 204 222 48 0.08 0 0.78 0.13 66.21 0.73 0.53
Hex CC DE 30 8 0 4E D 42 48 35
Octal 314 336 60 10 0 116 15 102 110 65
Binary 11001100 11011110 110000 1000 0 1001110 1101 1000010 1001000 110101

Color Harmonies of #CCDE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE30

Black with #CCDE30

Text Example


Text Example

White with #CCDE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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