Html Css Color HEX #CEEF40 Pear

📋 copy color: '#CEEF40'

red 206 ◦ green 239 ◦ blue 64

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

Shades of Pear #CEEF40

Tints of Pear #CEEF40

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.95%

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

R = 40.47%
G = 46.95%
B = 12.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#CEEF40 (or 0xCEEF40) is known color: Pear. HEX triplet: CE, EF and 40. RGB value is (206,239,64). Sum of RGB (Red+Green+Blue) = 206+239+64=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEF40 is #3110BF. Grayscale: #D1D1D1. Windows color (decimal): -3215552 or 4255694. OLE color: 4255694.

HSL color Cylindrical-coordinate representation of color #CEEF40: hue angle of 71.31º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEEF40 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 239 64 -
CMYK 0.14 0 0.73 0.06
HSL 71.31º 0.85% 0.59% -
HSV(B) 71.31º 0.73% 0.94% -
XYZ 57.25 75.22 16.35 -
YUV 209.18 46.07 125.73 -
System Red Green Blue C M Y K H S L
Decimal 206 239 64 0.14 0 0.73 0.06 71.31 0.85 0.59
Hex CE EF 40 E 0 49 6 47 55 3B
Octal 316 357 100 16 0 111 6 107 125 73
Binary 11001110 11101111 1000000 1110 0 1001001 110 1000111 1010101 111011

Color Harmonies of #CEEF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEF40

Black with #CEEF40

Text Example


Text Example

White with #CEEF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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