Html Css Color HEX #CCEE4A Pear

📋 copy color: '#CCEE4A'

red 204 ◦ green 238 ◦ blue 74

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

Shades of Pear #CCEE4A

Tints of Pear #CCEE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.34%

R = 39.53%
G = 46.12%
B = 14.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#CCEE4A (or 0xCCEE4A) is known color: Pear. HEX triplet: CC, EE and 4A. RGB value is (204,238,74). Sum of RGB (Red+Green+Blue) = 204+238+74=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEE4A is #3311B5. Grayscale: #D1D1D1. Windows color (decimal): -3346870 or 4910796. OLE color: 4910796.

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

Color convert

RGB 204 238 74 -
CMYK 0.14 0 0.69 0.07
HSL 72.44º 0.83% 0.61% -
HSV(B) 72.44º 0.69% 0.93% -
XYZ 56.71 74.48 17.87 -
YUV 209.14 51.74 124.34 -
System Red Green Blue C M Y K H S L
Decimal 204 238 74 0.14 0 0.69 0.07 72.44 0.83 0.61
Hex CC EE 4A E 0 45 7 48 53 3D
Octal 314 356 112 16 0 105 7 110 123 75
Binary 11001100 11101110 1001010 1110 0 1000101 111 1001000 1010011 111101

Color Harmonies of #CCEE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEE4A

Black with #CCEE4A

Text Example


Text Example

White with #CCEE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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