Html Css Color HEX #CCED2E Pear

📋 copy color: '#CCED2E'

red 204 ◦ green 237 ◦ blue 46

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

Shades of Pear #CCED2E

Tints of Pear #CCED2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.45%

R = 41.89%
G = 48.67%
B = 9.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#CCED2E (or 0xCCED2E) is known color: Pear. HEX triplet: CC, ED and 2E. RGB value is (204,237,46). Sum of RGB (Red+Green+Blue) = 204+237+46=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 46 (18.36% from 255 or 9.45% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED2E is #3312D1. Grayscale: #CECECE. Windows color (decimal): -3347154 or 3075532. OLE color: 3075532.

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

Color convert

RGB 204 237 46 -
CMYK 0.14 0 0.81 0.07
HSL 70.37º 0.84% 0.55% -
HSV(B) 70.37º 0.81% 0.93% -
XYZ 55.68 73.6 13.86 -
YUV 205.36 38.07 127.03 -
System Red Green Blue C M Y K H S L
Decimal 204 237 46 0.14 0 0.81 0.07 70.37 0.84 0.55
Hex CC ED 2E E 0 51 7 46 54 37
Octal 314 355 56 16 0 121 7 106 124 67
Binary 11001100 11101101 101110 1110 0 1010001 111 1000110 1010100 110111

Color Harmonies of #CCED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED2E

Black with #CCED2E

Text Example


Text Example

White with #CCED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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