Html Css Color HEX #CCEC2E Pear

📋 copy color: '#CCEC2E'

red 204 ◦ green 236 ◦ blue 46

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

Shades of Pear #CCEC2E

Tints of Pear #CCEC2E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.56%

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

R = 41.98%
G = 48.56%
B = 9.47%

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

#CCEC2E (or 0xCCEC2E) is known color: Pear. HEX triplet: CC, EC and 2E. RGB value is (204,236,46). Sum of RGB (Red+Green+Blue) = 204+236+46=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC2E is #3313D1. Grayscale: #CDCDCD. Windows color (decimal): -3347410 or 3075276. OLE color: 3075276.

HSL color Cylindrical-coordinate representation of color #CCEC2E: hue angle of 70.11º degrees, saturation: 0.83, 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 #CCEC2E is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 46 -
CMYK 0.14 0 0.81 0.07
HSL 70.11º 0.83% 0.55% -
HSV(B) 70.11º 0.81% 0.93% -
XYZ 55.39 73.03 13.76 -
YUV 204.77 38.4 127.45 -
System Red Green Blue C M Y K H S L
Decimal 204 236 46 0.14 0 0.81 0.07 70.11 0.83 0.55
Hex CC EC 2E E 0 51 7 46 53 37
Octal 314 354 56 16 0 121 7 106 123 67
Binary 11001100 11101100 101110 1110 0 1010001 111 1000110 1010011 110111

Color Harmonies of #CCEC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC2E

Black with #CCEC2E

Text Example


Text Example

White with #CCEC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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