Html Css Color HEX #CEF241 Pear

📋 copy color: '#CEF241'

red 206 ◦ green 242 ◦ blue 65

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

Shades of Pear #CEF241

Tints of Pear #CEF241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.67%

R = 40.16%
G = 47.17%
B = 12.67%

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

#CEF241 (or 0xCEF241) is known color: Pear. HEX triplet: CE, F2 and 41. RGB value is (206,242,65). Sum of RGB (Red+Green+Blue) = 206+242+65=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 65 (25.78% from 255 or 12.67% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF241 is #310DBE. Grayscale: #D3D3D3. Windows color (decimal): -3214783 or 4321998. OLE color: 4321998.

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

Color convert

RGB 206 242 65 -
CMYK 0.15 0 0.73 0.05
HSL 72.2º 0.87% 0.6% -
HSV(B) 72.2º 0.73% 0.95% -
XYZ 58.16 77.01 16.8 -
YUV 211.06 45.57 124.39 -
System Red Green Blue C M Y K H S L
Decimal 206 242 65 0.15 0 0.73 0.05 72.2 0.87 0.6
Hex CE F2 41 F 0 49 5 48 57 3C
Octal 316 362 101 17 0 111 5 110 127 74
Binary 11001110 11110010 1000001 1111 0 1001001 101 1001000 1010111 111100

Color Harmonies of #CEF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF241

Black with #CEF241

Text Example


Text Example

White with #CEF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF241; }

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

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

background-color css

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

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

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

border-color css

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

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

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