Html Css Color HEX #CEE914 Pear

📋 copy color: '#CEE914'

red 206 ◦ green 233 ◦ blue 20

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

Shades of Pear #CEE914

Tints of Pear #CEE914

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.76%

 BLUE value IS 20 (8.2% from 255) = 4.36%

R = 44.88%
G = 50.76%
B = 4.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#CEE914 (or 0xCEE914) is known color: Pear. HEX triplet: CE, E9 and 14. RGB value is (206,233,20). Sum of RGB (Red+Green+Blue) = 206+233+20=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE914 is #3116EB. Grayscale: #C9C9C9. Windows color (decimal): -3217132 or 1370574. OLE color: 1370574.

HSL color Cylindrical-coordinate representation of color #CEE914: hue angle of 67.61º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEE914 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 20 -
CMYK 0.12 0 0.91 0.09
HSL 67.61º 0.84% 0.5% -
HSV(B) 67.61º 0.91% 0.91% -
XYZ 54.72 71.45 11.57 -
YUV 200.65 26.05 131.82 -
System Red Green Blue C M Y K H S L
Decimal 206 233 20 0.12 0 0.91 0.09 67.61 0.84 0.5
Hex CE E9 14 C 0 5B 9 44 54 32
Octal 316 351 24 14 0 133 11 104 124 62
Binary 11001110 11101001 10100 1100 0 1011011 1001 1000100 1010100 110010

Color Harmonies of #CEE914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE914

Black with #CEE914

Text Example


Text Example

White with #CEE914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE914; }

 p { color: rgb(206,233,20); }

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

background-color css

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

 a { background-color: rgb(206,233,20); }

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

border-color css

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

 span { border-color: rgb(206,233,20); }

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