Html Css Color HEX #CEE940 Pear

📋 copy color: '#CEE940'

red 206 ◦ green 233 ◦ blue 64

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

Shades of Pear #CEE940

Tints of Pear #CEE940

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.32%

 BLUE value IS 64 (25.39% from 255) = 12.72%

R = 40.95%
G = 46.32%
B = 12.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#CEE940 (or 0xCEE940) is known color: Pear. HEX triplet: CE, E9 and 40. RGB value is (206,233,64). Sum of RGB (Red+Green+Blue) = 206+233+64=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 64 (25.39% from 255 or 12.72% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE940 is #3116BF. Grayscale: #CECECE. Windows color (decimal): -3217088 or 4254158. OLE color: 4254158.

HSL color Cylindrical-coordinate representation of color #CEE940: hue angle of 69.59º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEE940 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 64 -
CMYK 0.12 0 0.73 0.09
HSL 69.59º 0.79% 0.58% -
HSV(B) 69.59º 0.73% 0.91% -
XYZ 55.52 71.77 15.78 -
YUV 205.66 48.05 128.24 -
System Red Green Blue C M Y K H S L
Decimal 206 233 64 0.12 0 0.73 0.09 69.59 0.79 0.58
Hex CE E9 40 C 0 49 9 46 4F 3A
Octal 316 351 100 14 0 111 11 106 117 72
Binary 11001110 11101001 1000000 1100 0 1001001 1001 1000110 1001111 111010

Color Harmonies of #CEE940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE940

Black with #CEE940

Text Example


Text Example

White with #CEE940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE940; }

 p { color: rgb(206,233,64); }

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

background-color css

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

 a { background-color: rgb(206,233,64); }

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

border-color css

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

 span { border-color: rgb(206,233,64); }

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