Html Css Color HEX #CEEC4A Pear

📋 copy color: '#CEEC4A'

red 206 ◦ green 236 ◦ blue 74

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

Shades of Pear #CEEC4A

Tints of Pear #CEEC4A

RGB

 RED value IS 206 (80.86% from 255) = 39.92%

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

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

R = 39.92%
G = 45.74%
B = 14.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#CEEC4A (or 0xCEEC4A) is known color: Pear. HEX triplet: CE, EC and 4A. RGB value is (206,236,74). Sum of RGB (Red+Green+Blue) = 206+236+74=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEC4A is #3113B5. Grayscale: #D1D1D1. Windows color (decimal): -3216310 or 4910286. OLE color: 4910286.

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

Color convert

RGB 206 236 74 -
CMYK 0.13 0 0.69 0.07
HSL 71.11º 0.81% 0.61% -
HSV(B) 71.11º 0.69% 0.93% -
XYZ 56.69 73.61 17.7 -
YUV 208.56 52.06 126.17 -
System Red Green Blue C M Y K H S L
Decimal 206 236 74 0.13 0 0.69 0.07 71.11 0.81 0.61
Hex CE EC 4A D 0 45 7 47 51 3D
Octal 316 354 112 15 0 105 7 107 121 75
Binary 11001110 11101100 1001010 1101 0 1000101 111 1000111 1010001 111101

Color Harmonies of #CEEC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEC4A

Black with #CEEC4A

Text Example


Text Example

White with #CEEC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEC4A; }

 p { color: rgb(206,236,74); }

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

background-color css

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

 a { background-color: rgb(206,236,74); }

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

border-color css

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

 span { border-color: rgb(206,236,74); }

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