Html Css Color HEX #CFE10F Pear

📋 copy color: '#CFE10F'

red 207 ◦ green 225 ◦ blue 15

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

Shades of Pear #CFE10F

Tints of Pear #CFE10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.36%

R = 46.31%
G = 50.34%
B = 3.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#CFE10F (or 0xCFE10F) is known color: Pear. HEX triplet: CF, E1 and 0F. RGB value is (207,225,15). Sum of RGB (Red+Green+Blue) = 207+225+15=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE10F is #301EF0. Grayscale: #C4C4C4. Windows color (decimal): -3153649 or 1040847. OLE color: 1040847.

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

Color convert

RGB 207 225 15 -
CMYK 0.08 0 0.93 0.12
HSL 65.14º 0.88% 0.47% -
HSV(B) 65.14º 0.93% 0.88% -
XYZ 52.74 67.15 10.63 -
YUV 195.68 26.04 136.08 -
System Red Green Blue C M Y K H S L
Decimal 207 225 15 0.08 0 0.93 0.12 65.14 0.88 0.47
Hex CF E1 F 8 0 5D C 41 58 2F
Octal 317 341 17 10 0 135 14 101 130 57
Binary 11001111 11100001 1111 1000 0 1011101 1100 1000001 1011000 101111

Color Harmonies of #CFE10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE10F

Black with #CFE10F

Text Example


Text Example

White with #CFE10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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