Html Css Color HEX #CFF71F Pear

📋 copy color: '#CFF71F'

red 207 ◦ green 247 ◦ blue 31

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

Shades of Pear #CFF71F

Tints of Pear #CFF71F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.93%

 BLUE value IS 31 (12.5% from 255) = 6.39%

R = 42.68%
G = 50.93%
B = 6.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#CFF71F (or 0xCFF71F) is known color: Pear. HEX triplet: CF, F7 and 1F. RGB value is (207,247,31). Sum of RGB (Red+Green+Blue) = 207+247+31=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 31 (12.5% from 255 or 6.39% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF71F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF71F is #3008E0. Grayscale: #D3D3D3. Windows color (decimal): -3148001 or 2095055. OLE color: 2095055.

HSL color Cylindrical-coordinate representation of color #CFF71F: hue angle of 71.11º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFF71F is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 247 31 -
CMYK 0.16 0 0.87 0.03
HSL 71.11º 0.93% 0.55% -
HSV(B) 71.11º 0.87% 0.97% -
XYZ 59.24 79.89 13.59 -
YUV 210.42 26.75 125.56 -
System Red Green Blue C M Y K H S L
Decimal 207 247 31 0.16 0 0.87 0.03 71.11 0.93 0.55
Hex CF F7 1F 10 0 57 3 47 5D 37
Octal 317 367 37 20 0 127 3 107 135 67
Binary 11001111 11110111 11111 10000 0 1010111 11 1000111 1011101 110111

Color Harmonies of #CFF71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF71F

Black with #CFF71F

Text Example


Text Example

White with #CFF71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF71F; }

 p { color: rgb(207,247,31); }

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

background-color css

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

 a { background-color: rgb(207,247,31); }

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

border-color css

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

 span { border-color: rgb(207,247,31); }

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