Html Css Color HEX #CCDF30 Pear

📋 copy color: '#CCDF30'

red 204 ◦ green 223 ◦ blue 48

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

Shades of Pear #CCDF30

Tints of Pear #CCDF30

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.95%

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

R = 42.95%
G = 46.95%
B = 10.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#CCDF30 (or 0xCCDF30) is known color: Pear. HEX triplet: CC, DF and 30. RGB value is (204,223,48). Sum of RGB (Red+Green+Blue) = 204+223+48=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF30 is #3320CF. Grayscale: #C6C6C6. Windows color (decimal): -3350736 or 3203020. OLE color: 3203020.

HSL color Cylindrical-coordinate representation of color #CCDF30: hue angle of 66.51º 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 #CCDF30 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 223 48 -
CMYK 0.09 0 0.78 0.13
HSL 66.51º 0.73% 0.53% -
HSV(B) 66.51º 0.78% 0.87% -
XYZ 51.82 65.83 12.77 -
YUV 197.37 43.71 132.73 -
System Red Green Blue C M Y K H S L
Decimal 204 223 48 0.09 0 0.78 0.13 66.51 0.73 0.53
Hex CC DF 30 9 0 4E D 43 49 35
Octal 314 337 60 11 0 116 15 103 111 65
Binary 11001100 11011111 110000 1001 0 1001110 1101 1000011 1001001 110101

Color Harmonies of #CCDF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF30

Black with #CCDF30

Text Example


Text Example

White with #CCDF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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