Html Css Color HEX #CEF94D Pear

📋 copy color: '#CEF94D'

red 206 ◦ green 249 ◦ blue 77

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

Shades of Pear #CEF94D

Tints of Pear #CEF94D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.8%

 BLUE value IS 77 (30.47% from 255) = 14.47%

R = 38.72%
G = 46.8%
B = 14.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#CEF94D (or 0xCEF94D) is known color: Pear. HEX triplet: CE, F9 and 4D. RGB value is (206,249,77). Sum of RGB (Red+Green+Blue) = 206+249+77=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF94D is #3106B2. Grayscale: #D9D9D9. Windows color (decimal): -3212979 or 5110222. OLE color: 5110222.

HSL color Cylindrical-coordinate representation of color #CEF94D: hue angle of 75º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEF94D is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 77 -
CMYK 0.17 0 0.69 0.02
HSL 75º 0.93% 0.64% -
HSV(B) 75º 0.69% 0.98% -
XYZ 60.67 81.41 19.54 -
YUV 216.54 49.25 120.49 -
System Red Green Blue C M Y K H S L
Decimal 206 249 77 0.17 0 0.69 0.02 75 0.93 0.64
Hex CE F9 4D 11 0 45 2 4B 5D 40
Octal 316 371 115 21 0 105 2 113 135 100
Binary 11001110 11111001 1001101 10001 0 1000101 10 1001011 1011101 1000000

Color Harmonies of #CEF94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF94D

Black with #CEF94D

Text Example


Text Example

White with #CEF94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF94D; }

 p { color: rgb(206,249,77); }

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

background-color css

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

 a { background-color: rgb(206,249,77); }

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

border-color css

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

 span { border-color: rgb(206,249,77); }

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