Html Css Color HEX #CEEE1A Pear

📋 copy color: '#CEEE1A'

red 206 ◦ green 238 ◦ blue 26

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

Shades of Pear #CEEE1A

Tints of Pear #CEEE1A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.64%

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

R = 43.83%
G = 50.64%
B = 5.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#CEEE1A (or 0xCEEE1A) is known color: Pear. HEX triplet: CE, EE and 1A. RGB value is (206,238,26). Sum of RGB (Red+Green+Blue) = 206+238+26=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 26 (10.55% from 255 or 5.53% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE1A is #3111E5. Grayscale: #CDCDCD. Windows color (decimal): -3215846 or 1765070. OLE color: 1765070.

HSL color Cylindrical-coordinate representation of color #CEEE1A: hue angle of 69.06º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEEE1A is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 238 26 -
CMYK 0.13 0 0.89 0.07
HSL 69.06º 0.86% 0.52% -
HSV(B) 69.06º 0.89% 0.93% -
XYZ 56.21 74.35 12.36 -
YUV 204.26 27.4 129.24 -
System Red Green Blue C M Y K H S L
Decimal 206 238 26 0.13 0 0.89 0.07 69.06 0.86 0.52
Hex CE EE 1A D 0 59 7 45 56 34
Octal 316 356 32 15 0 131 7 105 126 64
Binary 11001110 11101110 11010 1101 0 1011001 111 1000101 1010110 110100

Color Harmonies of #CEEE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE1A

Black with #CEEE1A

Text Example


Text Example

White with #CEEE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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