Html Css Color HEX #CCEE2A Pear

📋 copy color: '#CCEE2A'

red 204 ◦ green 238 ◦ blue 42

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

Shades of Pear #CCEE2A

Tints of Pear #CCEE2A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.17%

 BLUE value IS 42 (16.8% from 255) = 8.68%

R = 42.15%
G = 49.17%
B = 8.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#CCEE2A (or 0xCCEE2A) is known color: Pear. HEX triplet: CC, EE and 2A. RGB value is (204,238,42). Sum of RGB (Red+Green+Blue) = 204+238+42=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 42 (16.80% from 255 or 8.68% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEE2A is #3311D5. Grayscale: #CECECE. Windows color (decimal): -3346902 or 2813644. OLE color: 2813644.

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

Color convert

RGB 204 238 42 -
CMYK 0.14 0 0.82 0.07
HSL 70.41º 0.85% 0.55% -
HSV(B) 70.41º 0.82% 0.93% -
XYZ 55.89 74.15 13.56 -
YUV 205.49 35.74 126.94 -
System Red Green Blue C M Y K H S L
Decimal 204 238 42 0.14 0 0.82 0.07 70.41 0.85 0.55
Hex CC EE 2A E 0 52 7 46 55 37
Octal 314 356 52 16 0 122 7 106 125 67
Binary 11001100 11101110 101010 1110 0 1010010 111 1000110 1010101 110111

Color Harmonies of #CCEE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEE2A

Black with #CCEE2A

Text Example


Text Example

White with #CCEE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEE2A; }

 p { color: rgb(204,238,42); }

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

background-color css

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

 a { background-color: rgb(204,238,42); }

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

border-color css

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

 span { border-color: rgb(204,238,42); }

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