Html Css Color HEX #CEF146 Pear

📋 copy color: '#CEF146'

red 206 ◦ green 241 ◦ blue 70

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

Shades of Pear #CEF146

Tints of Pear #CEF146

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.62%

 BLUE value IS 70 (27.73% from 255) = 13.54%

R = 39.85%
G = 46.62%
B = 13.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#CEF146 (or 0xCEF146) is known color: Pear. HEX triplet: CE, F1 and 46. RGB value is (206,241,70). Sum of RGB (Red+Green+Blue) = 206+241+70=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 70 (27.73% from 255 or 13.54% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF146 is #310EB9. Grayscale: #D3D3D3. Windows color (decimal): -3215034 or 4649422. OLE color: 4649422.

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

Color convert

RGB 206 241 70 -
CMYK 0.15 0 0.71 0.05
HSL 72.28º 0.86% 0.61% -
HSV(B) 72.28º 0.71% 0.95% -
XYZ 58.01 76.47 17.5 -
YUV 211.04 48.4 124.4 -
System Red Green Blue C M Y K H S L
Decimal 206 241 70 0.15 0 0.71 0.05 72.28 0.86 0.61
Hex CE F1 46 F 0 47 5 48 56 3D
Octal 316 361 106 17 0 107 5 110 126 75
Binary 11001110 11110001 1000110 1111 0 1000111 101 1001000 1010110 111101

Color Harmonies of #CEF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF146

Black with #CEF146

Text Example


Text Example

White with #CEF146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF146; }

 p { color: rgb(206,241,70); }

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

background-color css

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

 a { background-color: rgb(206,241,70); }

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

border-color css

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

 span { border-color: rgb(206,241,70); }

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