Html Css Color HEX #CFE019 Pear

📋 copy color: '#CFE019'

red 207 ◦ green 224 ◦ blue 25

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

Shades of Pear #CFE019

Tints of Pear #CFE019

RGB

 RED value IS 207 (81.25% from 255) = 45.39%

 GREEN value IS 224 (87.89% from 255) = 49.12%

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

R = 45.39%
G = 49.12%
B = 5.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#CFE019 (or 0xCFE019) is known color: Pear. HEX triplet: CF, E0 and 19. RGB value is (207,224,25). Sum of RGB (Red+Green+Blue) = 207+224+25=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 25 (10.16% from 255 or 5.48% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE019 is #301FE6. Grayscale: #C5C5C5. Windows color (decimal): -3153895 or 1695951. OLE color: 1695951.

HSL color Cylindrical-coordinate representation of color #CFE019: hue angle of 65.13º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFE019 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 25 -
CMYK 0.08 0 0.89 0.12
HSL 65.13º 0.8% 0.49% -
HSV(B) 65.13º 0.89% 0.88% -
XYZ 52.56 66.65 11.01 -
YUV 196.23 31.37 135.68 -
System Red Green Blue C M Y K H S L
Decimal 207 224 25 0.08 0 0.89 0.12 65.13 0.8 0.49
Hex CF E0 19 8 0 59 C 41 50 31
Octal 317 340 31 10 0 131 14 101 120 61
Binary 11001111 11100000 11001 1000 0 1011001 1100 1000001 1010000 110001

Color Harmonies of #CFE019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE019

Black with #CFE019

Text Example


Text Example

White with #CFE019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE019; }

 p { color: rgb(207,224,25); }

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

background-color css

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

 a { background-color: rgb(207,224,25); }

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

border-color css

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

 span { border-color: rgb(207,224,25); }

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