Html Css Color HEX #CEEB3F Pear

📋 copy color: '#CEEB3F'

red 206 ◦ green 235 ◦ blue 63

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

Shades of Pear #CEEB3F

Tints of Pear #CEEB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.5%

R = 40.87%
G = 46.63%
B = 12.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#CEEB3F (or 0xCEEB3F) is known color: Pear. HEX triplet: CE, EB and 3F. RGB value is (206,235,63). Sum of RGB (Red+Green+Blue) = 206+235+63=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 63 (25% from 255 or 12.5% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEB3F is #3114C0. Grayscale: #CFCFCF. Windows color (decimal): -3216577 or 4189134. OLE color: 4189134.

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

Color convert

RGB 206 235 63 -
CMYK 0.12 0 0.73 0.08
HSL 70.12º 0.81% 0.58% -
HSV(B) 70.12º 0.73% 0.92% -
XYZ 56.06 72.9 15.82 -
YUV 206.72 46.89 127.49 -
System Red Green Blue C M Y K H S L
Decimal 206 235 63 0.12 0 0.73 0.08 70.12 0.81 0.58
Hex CE EB 3F C 0 49 8 46 51 3A
Octal 316 353 77 14 0 111 10 106 121 72
Binary 11001110 11101011 111111 1100 0 1001001 1000 1000110 1010001 111010

Color Harmonies of #CEEB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEB3F

Black with #CEEB3F

Text Example


Text Example

White with #CEEB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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