Html Css Color HEX #CCDF31 Pear

📋 copy color: '#CCDF31'

red 204 ◦ green 223 ◦ blue 49

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

Shades of Pear #CCDF31

Tints of Pear #CCDF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.29%

R = 42.86%
G = 46.85%
B = 10.29%

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

#CCDF31 (or 0xCCDF31) is known color: Pear. HEX triplet: CC, DF and 31. RGB value is (204,223,49). Sum of RGB (Red+Green+Blue) = 204+223+49=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF31 is #3320CE. Grayscale: #C6C6C6. Windows color (decimal): -3350735 or 3268556. OLE color: 3268556.

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

Color convert

RGB 204 223 49 -
CMYK 0.09 0 0.78 0.13
HSL 66.55º 0.73% 0.53% -
HSV(B) 66.55º 0.78% 0.87% -
XYZ 51.84 65.83 12.88 -
YUV 197.48 44.21 132.65 -
System Red Green Blue C M Y K H S L
Decimal 204 223 49 0.09 0 0.78 0.13 66.55 0.73 0.53
Hex CC DF 31 9 0 4E D 43 49 35
Octal 314 337 61 11 0 116 15 103 111 65
Binary 11001100 11011111 110001 1001 0 1001110 1101 1000011 1001001 110101

Color Harmonies of #CCDF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF31

Black with #CCDF31

Text Example


Text Example

White with #CCDF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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