Html Css Color HEX #CEF149 Pear

📋 copy color: '#CEF149'

red 206 ◦ green 241 ◦ blue 73

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

Shades of Pear #CEF149

Tints of Pear #CEF149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.04%

R = 39.62%
G = 46.35%
B = 14.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#CEF149 (or 0xCEF149) is known color: Pear. HEX triplet: CE, F1 and 49. RGB value is (206,241,73). Sum of RGB (Red+Green+Blue) = 206+241+73=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 73 (28.91% from 255 or 14.04% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF149 is #310EB6. Grayscale: #D4D4D4. Windows color (decimal): -3215031 or 4846030. OLE color: 4846030.

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

Color convert

RGB 206 241 73 -
CMYK 0.15 0 0.70 0.05
HSL 72.5º 0.86% 0.62% -
HSV(B) 72.5º 0.7% 0.95% -
XYZ 58.11 76.51 18.01 -
YUV 211.38 49.9 124.16 -
System Red Green Blue C M Y K H S L
Decimal 206 241 73 0.15 0 0.70 0.05 72.5 0.86 0.62
Hex CE F1 49 F 0 46 5 48 56 3E
Octal 316 361 111 17 0 106 5 110 126 76
Binary 11001110 11110001 1001001 1111 0 1000110 101 1001000 1010110 111110

Color Harmonies of #CEF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF149

Black with #CEF149

Text Example


Text Example

White with #CEF149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF149; }

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

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

background-color css

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

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

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

border-color css

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

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

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