Html Css Color HEX #CEF23E Pear

📋 copy color: '#CEF23E'

red 206 ◦ green 242 ◦ blue 62

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

Shades of Pear #CEF23E

Tints of Pear #CEF23E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.45%

 BLUE value IS 62 (24.61% from 255) = 12.16%

R = 40.39%
G = 47.45%
B = 12.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#CEF23E (or 0xCEF23E) is known color: Pear. HEX triplet: CE, F2 and 3E. RGB value is (206,242,62). Sum of RGB (Red+Green+Blue) = 206+242+62=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 62 (24.61% from 255 or 12.16% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF23E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF23E is #310DC1. Grayscale: #D3D3D3. Windows color (decimal): -3214786 or 4125390. OLE color: 4125390.

HSL color Cylindrical-coordinate representation of color #CEF23E: hue angle of 72º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEF23E is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 62 -
CMYK 0.15 0 0.74 0.05
HSL 72º 0.87% 0.6% -
HSV(B) 72º 0.74% 0.95% -
XYZ 58.08 76.97 16.35 -
YUV 210.72 44.07 124.64 -
System Red Green Blue C M Y K H S L
Decimal 206 242 62 0.15 0 0.74 0.05 72 0.87 0.6
Hex CE F2 3E F 0 4A 5 48 57 3C
Octal 316 362 76 17 0 112 5 110 127 74
Binary 11001110 11110010 111110 1111 0 1001010 101 1001000 1010111 111100

Color Harmonies of #CEF23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF23E

Black with #CEF23E

Text Example


Text Example

White with #CEF23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF23E; }

 p { color: rgb(206,242,62); }

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

background-color css

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

 a { background-color: rgb(206,242,62); }

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

border-color css

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

 span { border-color: rgb(206,242,62); }

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