Html Css Color HEX #CFEA47 Pear

📋 copy color: '#CFEA47'

red 207 ◦ green 234 ◦ blue 71

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

Shades of Pear #CFEA47

Tints of Pear #CFEA47

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

 BLUE value IS 71 (28.13% from 255) = 13.87%

R = 40.43%
G = 45.7%
B = 13.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#CFEA47 (or 0xCFEA47) is known color: Pear. HEX triplet: CF, EA and 47. RGB value is (207,234,71). Sum of RGB (Red+Green+Blue) = 207+234+71=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 71 (28.12% from 255 or 13.87% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEA47 is #3015B8. Grayscale: #CFCFCF. Windows color (decimal): -3151289 or 4713167. OLE color: 4713167.

HSL color Cylindrical-coordinate representation of color #CFEA47: hue angle of 69.94º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFEA47 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 71 -
CMYK 0.12 0 0.70 0.08
HSL 69.94º 0.8% 0.6% -
HSV(B) 69.94º 0.7% 0.92% -
XYZ 56.29 72.57 17 -
YUV 207.35 51.05 127.75 -
System Red Green Blue C M Y K H S L
Decimal 207 234 71 0.12 0 0.70 0.08 69.94 0.8 0.6
Hex CF EA 47 C 0 46 8 46 50 3C
Octal 317 352 107 14 0 106 10 106 120 74
Binary 11001111 11101010 1000111 1100 0 1000110 1000 1000110 1010000 111100

Color Harmonies of #CFEA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA47

Black with #CFEA47

Text Example


Text Example

White with #CFEA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA47; }

 p { color: rgb(207,234,71); }

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

background-color css

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

 a { background-color: rgb(207,234,71); }

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

border-color css

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

 span { border-color: rgb(207,234,71); }

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