Html Css Color HEX #CCED3E Pear

📋 copy color: '#CCED3E'

red 204 ◦ green 237 ◦ blue 62

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

Shades of Pear #CCED3E

Tints of Pear #CCED3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.33%

R = 40.56%
G = 47.12%
B = 12.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#CCED3E (or 0xCCED3E) is known color: Pear. HEX triplet: CC, ED and 3E. RGB value is (204,237,62). Sum of RGB (Red+Green+Blue) = 204+237+62=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED3E is #3312C1. Grayscale: #CFCFCF. Windows color (decimal): -3347138 or 4124108. OLE color: 4124108.

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

Color convert

RGB 204 237 62 -
CMYK 0.14 0 0.74 0.07
HSL 71.31º 0.83% 0.59% -
HSV(B) 71.31º 0.74% 0.93% -
XYZ 56.06 73.75 15.84 -
YUV 207.18 46.07 125.73 -
System Red Green Blue C M Y K H S L
Decimal 204 237 62 0.14 0 0.74 0.07 71.31 0.83 0.59
Hex CC ED 3E E 0 4A 7 47 53 3B
Octal 314 355 76 16 0 112 7 107 123 73
Binary 11001100 11101101 111110 1110 0 1001010 111 1000111 1010011 111011

Color Harmonies of #CCED3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED3E

Black with #CCED3E

Text Example


Text Example

White with #CCED3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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