Html Css Color HEX #CEF349 Pear

📋 copy color: '#CEF349'

red 206 ◦ green 243 ◦ blue 73

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

Shades of Pear #CEF349

Tints of Pear #CEF349

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.55%

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

R = 39.46%
G = 46.55%
B = 13.98%

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

#CEF349 (or 0xCEF349) is known color: Pear. HEX triplet: CE, F3 and 49. RGB value is (206,243,73). Sum of RGB (Red+Green+Blue) = 206+243+73=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 73 (28.91% from 255 or 13.98% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF349 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF349 is #310CB6. Grayscale: #D5D5D5. Windows color (decimal): -3214519 or 4846542. OLE color: 4846542.

HSL color Cylindrical-coordinate representation of color #CEF349: hue angle of 73.06º degrees, saturation: 0.88, 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 #CEF349 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 243 73 -
CMYK 0.15 0 0.70 0.05
HSL 73.06º 0.88% 0.62% -
HSV(B) 73.06º 0.7% 0.95% -
XYZ 58.71 77.7 18.21 -
YUV 212.56 49.24 123.32 -
System Red Green Blue C M Y K H S L
Decimal 206 243 73 0.15 0 0.70 0.05 73.06 0.88 0.62
Hex CE F3 49 F 0 46 5 49 58 3E
Octal 316 363 111 17 0 106 5 111 130 76
Binary 11001110 11110011 1001001 1111 0 1000110 101 1001001 1011000 111110

Color Harmonies of #CEF349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF349

Black with #CEF349

Text Example


Text Example

White with #CEF349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF349; }

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

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

background-color css

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

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

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

border-color css

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

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

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