Html Css Color HEX #CCED31 Pear

📋 copy color: '#CCED31'

red 204 ◦ green 237 ◦ blue 49

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

Shades of Pear #CCED31

Tints of Pear #CCED31

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.37%

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

R = 41.63%
G = 48.37%
B = 10%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#CCED31 (or 0xCCED31) is known color: Pear. HEX triplet: CC, ED and 31. RGB value is (204,237,49). Sum of RGB (Red+Green+Blue) = 204+237+49=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED31 is #3312CE. Grayscale: #CECECE. Windows color (decimal): -3347151 or 3272140. OLE color: 3272140.

HSL color Cylindrical-coordinate representation of color #CCED31: hue angle of 70.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCED31 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 49 -
CMYK 0.14 0 0.79 0.07
HSL 70.53º 0.84% 0.56% -
HSV(B) 70.53º 0.79% 0.93% -
XYZ 55.74 73.63 14.18 -
YUV 205.7 39.57 126.79 -
System Red Green Blue C M Y K H S L
Decimal 204 237 49 0.14 0 0.79 0.07 70.53 0.84 0.56
Hex CC ED 31 E 0 4F 7 47 54 38
Octal 314 355 61 16 0 117 7 107 124 70
Binary 11001100 11101101 110001 1110 0 1001111 111 1000111 1010100 111000

Color Harmonies of #CCED31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED31

Black with #CCED31

Text Example


Text Example

White with #CCED31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED31; }

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

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

background-color css

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

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

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

border-color css

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

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

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