Html Css Color HEX #CEEB1A Pear

📋 copy color: '#CEEB1A'

red 206 ◦ green 235 ◦ blue 26

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

Shades of Pear #CEEB1A

Tints of Pear #CEEB1A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.32%

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

R = 44.11%
G = 50.32%
B = 5.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#CEEB1A (or 0xCEEB1A) is known color: Pear. HEX triplet: CE, EB and 1A. RGB value is (206,235,26). Sum of RGB (Red+Green+Blue) = 206+235+26=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEB1A is #3114E5. Grayscale: #CBCBCB. Windows color (decimal): -3216614 or 1764302. OLE color: 1764302.

HSL color Cylindrical-coordinate representation of color #CEEB1A: hue angle of 68.33º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEEB1A is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 235 26 -
CMYK 0.12 0 0.89 0.08
HSL 68.33º 0.84% 0.51% -
HSV(B) 68.33º 0.89% 0.92% -
XYZ 55.35 72.61 12.08 -
YUV 202.5 28.39 130.49 -
System Red Green Blue C M Y K H S L
Decimal 206 235 26 0.12 0 0.89 0.08 68.33 0.84 0.51
Hex CE EB 1A C 0 59 8 44 54 33
Octal 316 353 32 14 0 131 10 104 124 63
Binary 11001110 11101011 11010 1100 0 1011001 1000 1000100 1010100 110011

Color Harmonies of #CEEB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEB1A

Black with #CEEB1A

Text Example


Text Example

White with #CEEB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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