Html Css Color HEX #CEEB40 Pear

📋 copy color: '#CEEB40'

red 206 ◦ green 235 ◦ blue 64

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

Shades of Pear #CEEB40

Tints of Pear #CEEB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.67%

R = 40.79%
G = 46.53%
B = 12.67%

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

#CEEB40 (or 0xCEEB40) is known color: Pear. HEX triplet: CE, EB and 40. RGB value is (206,235,64). Sum of RGB (Red+Green+Blue) = 206+235+64=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEB40 is #3114BF. Grayscale: #CFCFCF. Windows color (decimal): -3216576 or 4254670. OLE color: 4254670.

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

Color convert

RGB 206 235 64 -
CMYK 0.12 0 0.73 0.08
HSL 70.18º 0.81% 0.59% -
HSV(B) 70.18º 0.73% 0.92% -
XYZ 56.09 72.91 15.97 -
YUV 206.84 47.39 127.4 -
System Red Green Blue C M Y K H S L
Decimal 206 235 64 0.12 0 0.73 0.08 70.18 0.81 0.59
Hex CE EB 40 C 0 49 8 46 51 3B
Octal 316 353 100 14 0 111 10 106 121 73
Binary 11001110 11101011 1000000 1100 0 1001001 1000 1000110 1010001 111011

Color Harmonies of #CEEB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEB40

Black with #CEEB40

Text Example


Text Example

White with #CEEB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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