Html Css Color HEX #CEF236 Pear

📋 copy color: '#CEF236'

red 206 ◦ green 242 ◦ blue 54

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

Shades of Pear #CEF236

Tints of Pear #CEF236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.76%

R = 41.04%
G = 48.21%
B = 10.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#CEF236 (or 0xCEF236) is known color: Pear. HEX triplet: CE, F2 and 36. RGB value is (206,242,54). Sum of RGB (Red+Green+Blue) = 206+242+54=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 54 (21.48% from 255 or 10.76% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF236 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF236 is #310DC9. Grayscale: #D2D2D2. Windows color (decimal): -3214794 or 3601102. OLE color: 3601102.

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

Color convert

RGB 206 242 54 -
CMYK 0.15 0 0.78 0.05
HSL 71.49º 0.88% 0.58% -
HSV(B) 71.49º 0.78% 0.95% -
XYZ 57.87 76.89 15.28 -
YUV 209.8 40.07 125.29 -
System Red Green Blue C M Y K H S L
Decimal 206 242 54 0.15 0 0.78 0.05 71.49 0.88 0.58
Hex CE F2 36 F 0 4E 5 47 58 3A
Octal 316 362 66 17 0 116 5 107 130 72
Binary 11001110 11110010 110110 1111 0 1001110 101 1000111 1011000 111010

Color Harmonies of #CEF236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF236

Black with #CEF236

Text Example


Text Example

White with #CEF236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF236; }

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

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

background-color css

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

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

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

border-color css

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

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

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