Html Css Color HEX #CEEF3A Pear

📋 copy color: '#CEEF3A'

red 206 ◦ green 239 ◦ blue 58

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

Shades of Pear #CEEF3A

Tints of Pear #CEEF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.53%

R = 40.95%
G = 47.51%
B = 11.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#CEEF3A (or 0xCEEF3A) is known color: Pear. HEX triplet: CE, EF and 3A. RGB value is (206,239,58). Sum of RGB (Red+Green+Blue) = 206+239+58=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEF3A is #3110C5. Grayscale: #D1D1D1. Windows color (decimal): -3215558 or 3862478. OLE color: 3862478.

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

Color convert

RGB 206 239 58 -
CMYK 0.14 0 0.76 0.06
HSL 70.94º 0.85% 0.58% -
HSV(B) 70.94º 0.76% 0.94% -
XYZ 57.08 75.16 15.5 -
YUV 208.5 43.07 126.22 -
System Red Green Blue C M Y K H S L
Decimal 206 239 58 0.14 0 0.76 0.06 70.94 0.85 0.58
Hex CE EF 3A E 0 4C 6 47 55 3A
Octal 316 357 72 16 0 114 6 107 125 72
Binary 11001110 11101111 111010 1110 0 1001100 110 1000111 1010101 111010

Color Harmonies of #CEEF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEF3A

Black with #CEEF3A

Text Example


Text Example

White with #CEEF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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