Html Css Color HEX #CEF240 Pear

📋 copy color: '#CEF240'

red 206 ◦ green 242 ◦ blue 64

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

Shades of Pear #CEF240

Tints of Pear #CEF240

RGB

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

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

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

R = 40.23%
G = 47.27%
B = 12.5%

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

#CEF240 (or 0xCEF240) is known color: Pear. HEX triplet: CE, F2 and 40. RGB value is (206,242,64). Sum of RGB (Red+Green+Blue) = 206+242+64=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF240 is #310DBF. Grayscale: #D3D3D3. Windows color (decimal): -3214784 or 4256462. OLE color: 4256462.

HSL color Cylindrical-coordinate representation of color #CEF240: hue angle of 72.13º 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 #CEF240 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 64 -
CMYK 0.15 0 0.74 0.05
HSL 72.13º 0.87% 0.6% -
HSV(B) 72.13º 0.74% 0.95% -
XYZ 58.13 77 16.65 -
YUV 210.94 45.07 124.47 -
System Red Green Blue C M Y K H S L
Decimal 206 242 64 0.15 0 0.74 0.05 72.13 0.87 0.6
Hex CE F2 40 F 0 4A 5 48 57 3C
Octal 316 362 100 17 0 112 5 110 127 74
Binary 11001110 11110010 1000000 1111 0 1001010 101 1001000 1010111 111100

Color Harmonies of #CEF240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF240

Black with #CEF240

Text Example


Text Example

White with #CEF240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF240; }

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

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

background-color css

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

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

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

border-color css

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

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

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