Html Css Color HEX #CFE113 Pear

📋 copy color: '#CFE113'

red 207 ◦ green 225 ◦ blue 19

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

Shades of Pear #CFE113

Tints of Pear #CFE113

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.89%

 BLUE value IS 19 (7.81% from 255) = 4.21%

R = 45.9%
G = 49.89%
B = 4.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#CFE113 (or 0xCFE113) is known color: Pear. HEX triplet: CF, E1 and 13. RGB value is (207,225,19). Sum of RGB (Red+Green+Blue) = 207+225+19=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE113 is #301EEC. Grayscale: #C4C4C4. Windows color (decimal): -3153645 or 1302991. OLE color: 1302991.

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

Color convert

RGB 207 225 19 -
CMYK 0.08 0 0.92 0.12
HSL 65.24º 0.84% 0.48% -
HSV(B) 65.24º 0.92% 0.88% -
XYZ 52.77 67.16 10.8 -
YUV 196.13 28.04 135.75 -
System Red Green Blue C M Y K H S L
Decimal 207 225 19 0.08 0 0.92 0.12 65.24 0.84 0.48
Hex CF E1 13 8 0 5C C 41 54 30
Octal 317 341 23 10 0 134 14 101 124 60
Binary 11001111 11100001 10011 1000 0 1011100 1100 1000001 1010100 110000

Color Harmonies of #CFE113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE113

Black with #CFE113

Text Example


Text Example

White with #CFE113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE113; }

 p { color: rgb(207,225,19); }

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

background-color css

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

 a { background-color: rgb(207,225,19); }

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

border-color css

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

 span { border-color: rgb(207,225,19); }

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