Html Css Color HEX #CEF61E Pear

📋 copy color: '#CEF61E'

red 206 ◦ green 246 ◦ blue 30

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

Shades of Pear #CEF61E

Tints of Pear #CEF61E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.04%

 BLUE value IS 30 (12.11% from 255) = 6.22%

R = 42.74%
G = 51.04%
B = 6.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#CEF61E (or 0xCEF61E) is known color: Pear. HEX triplet: CE, F6 and 1E. RGB value is (206,246,30). Sum of RGB (Red+Green+Blue) = 206+246+30=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 246 (96.48% from 255 or 51.04% from 482); Blue value is 30 (12.11% from 255 or 6.22% from 482); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF61E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF61E is #3109E1. Grayscale: #D2D2D2. Windows color (decimal): -3213794 or 2029262. OLE color: 2029262.

HSL color Cylindrical-coordinate representation of color #CEF61E: hue angle of 71.11º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEF61E is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 30 -
CMYK 0.16 0 0.88 0.04
HSL 71.11º 0.92% 0.54% -
HSV(B) 71.11º 0.88% 0.96% -
XYZ 58.64 79.13 13.41 -
YUV 209.42 26.75 125.56 -
System Red Green Blue C M Y K H S L
Decimal 206 246 30 0.16 0 0.88 0.04 71.11 0.92 0.54
Hex CE F6 1E 10 0 58 4 47 5C 36
Octal 316 366 36 20 0 130 4 107 134 66
Binary 11001110 11110110 11110 10000 0 1011000 100 1000111 1011100 110110

Color Harmonies of #CEF61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF61E

Black with #CEF61E

Text Example


Text Example

White with #CEF61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF61E; }

 p { color: rgb(206,246,30); }

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

background-color css

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

 a { background-color: rgb(206,246,30); }

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

border-color css

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

 span { border-color: rgb(206,246,30); }

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