Html Css Color HEX #CEF019 Pear

📋 copy color: '#CEF019'

red 206 ◦ green 240 ◦ blue 25

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

Shades of Pear #CEF019

Tints of Pear #CEF019

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.96%

 BLUE value IS 25 (10.16% from 255) = 5.31%

R = 43.74%
G = 50.96%
B = 5.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#CEF019 (or 0xCEF019) is known color: Pear. HEX triplet: CE, F0 and 19. RGB value is (206,240,25). Sum of RGB (Red+Green+Blue) = 206+240+25=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF019 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF019 is #310FE6. Grayscale: #CECECE. Windows color (decimal): -3215335 or 1700046. OLE color: 1700046.

HSL color Cylindrical-coordinate representation of color #CEF019: hue angle of 69.49º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEF019 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 25 -
CMYK 0.14 0 0.90 0.06
HSL 69.49º 0.88% 0.52% -
HSV(B) 69.49º 0.9% 0.94% -
XYZ 56.79 75.51 12.5 -
YUV 205.32 26.24 128.48 -
System Red Green Blue C M Y K H S L
Decimal 206 240 25 0.14 0 0.90 0.06 69.49 0.88 0.52
Hex CE F0 19 E 0 5A 6 45 58 34
Octal 316 360 31 16 0 132 6 105 130 64
Binary 11001110 11110000 11001 1110 0 1011010 110 1000101 1011000 110100

Color Harmonies of #CEF019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF019

Black with #CEF019

Text Example


Text Example

White with #CEF019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF019; }

 p { color: rgb(206,240,25); }

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

background-color css

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

 a { background-color: rgb(206,240,25); }

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

border-color css

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

 span { border-color: rgb(206,240,25); }

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