Html Css Color HEX #CEEF1A Pear

📋 copy color: '#CEEF1A'

red 206 ◦ green 239 ◦ blue 26

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

Shades of Pear #CEEF1A

Tints of Pear #CEEF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.52%

R = 43.74%
G = 50.74%
B = 5.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#CEEF1A (or 0xCEEF1A) is known color: Pear. HEX triplet: CE, EF and 1A. RGB value is (206,239,26). Sum of RGB (Red+Green+Blue) = 206+239+26=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 26 (10.55% from 255 or 5.52% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEF1A is #3110E5. Grayscale: #CDCDCD. Windows color (decimal): -3215590 or 1765326. OLE color: 1765326.

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

Color convert

RGB 206 239 26 -
CMYK 0.14 0 0.89 0.06
HSL 69.3º 0.87% 0.52% -
HSV(B) 69.3º 0.89% 0.94% -
XYZ 56.51 74.93 12.46 -
YUV 204.85 27.07 128.82 -
System Red Green Blue C M Y K H S L
Decimal 206 239 26 0.14 0 0.89 0.06 69.3 0.87 0.52
Hex CE EF 1A E 0 59 6 45 57 34
Octal 316 357 32 16 0 131 6 105 127 64
Binary 11001110 11101111 11010 1110 0 1011001 110 1000101 1010111 110100

Color Harmonies of #CEEF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEF1A

Black with #CEEF1A

Text Example


Text Example

White with #CEEF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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