Html Css Color HEX #CEF64E Pear

📋 copy color: '#CEF64E'

red 206 ◦ green 246 ◦ blue 78

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

Shades of Pear #CEF64E

Tints of Pear #CEF64E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.42%

 BLUE value IS 78 (30.86% from 255) = 14.72%

R = 38.87%
G = 46.42%
B = 14.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#CEF64E (or 0xCEF64E) is known color: Pear. HEX triplet: CE, F6 and 4E. RGB value is (206,246,78). Sum of RGB (Red+Green+Blue) = 206+246+78=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 78 (30.86% from 255 or 14.72% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF64E is #3109B1. Grayscale: #D7D7D7. Windows color (decimal): -3213746 or 5174990. OLE color: 5174990.

HSL color Cylindrical-coordinate representation of color #CEF64E: hue angle of 74.29º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEF64E is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 78 -
CMYK 0.16 0 0.68 0.04
HSL 74.29º 0.9% 0.64% -
HSV(B) 74.29º 0.68% 0.96% -
XYZ 59.78 79.58 19.42 -
YUV 214.89 50.75 121.66 -
System Red Green Blue C M Y K H S L
Decimal 206 246 78 0.16 0 0.68 0.04 74.29 0.9 0.64
Hex CE F6 4E 10 0 44 4 4A 5A 40
Octal 316 366 116 20 0 104 4 112 132 100
Binary 11001110 11110110 1001110 10000 0 1000100 100 1001010 1011010 1000000

Color Harmonies of #CEF64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF64E

Black with #CEF64E

Text Example


Text Example

White with #CEF64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF64E; }

 p { color: rgb(206,246,78); }

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

background-color css

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

 a { background-color: rgb(206,246,78); }

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

border-color css

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

 span { border-color: rgb(206,246,78); }

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