Html Css Color HEX #CEF242 Pear

📋 copy color: '#CEF242'

red 206 ◦ green 242 ◦ blue 66

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

Shades of Pear #CEF242

Tints of Pear #CEF242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.84%

R = 40.08%
G = 47.08%
B = 12.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#CEF242 (or 0xCEF242) is known color: Pear. HEX triplet: CE, F2 and 42. RGB value is (206,242,66). Sum of RGB (Red+Green+Blue) = 206+242+66=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF242 is #310DBD. Grayscale: #D3D3D3. Windows color (decimal): -3214782 or 4387534. OLE color: 4387534.

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

Color convert

RGB 206 242 66 -
CMYK 0.15 0 0.73 0.05
HSL 72.27º 0.87% 0.6% -
HSV(B) 72.27º 0.73% 0.95% -
XYZ 58.19 77.02 16.95 -
YUV 211.17 46.07 124.31 -
System Red Green Blue C M Y K H S L
Decimal 206 242 66 0.15 0 0.73 0.05 72.27 0.87 0.6
Hex CE F2 42 F 0 49 5 48 57 3C
Octal 316 362 102 17 0 111 5 110 127 74
Binary 11001110 11110010 1000010 1111 0 1001001 101 1001000 1010111 111100

Color Harmonies of #CEF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF242

Black with #CEF242

Text Example


Text Example

White with #CEF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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