Html Css Color HEX #CFE131 Pear

📋 copy color: '#CFE131'

red 207 ◦ green 225 ◦ blue 49

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

Shades of Pear #CFE131

Tints of Pear #CFE131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.19%

R = 43.04%
G = 46.78%
B = 10.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#CFE131 (or 0xCFE131) is known color: Pear. HEX triplet: CF, E1 and 31. RGB value is (207,225,49). Sum of RGB (Red+Green+Blue) = 207+225+49=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE131 is #301ECE. Grayscale: #C8C8C8. Windows color (decimal): -3153615 or 3269071. OLE color: 3269071.

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

Color convert

RGB 207 225 49 -
CMYK 0.08 0 0.78 0.12
HSL 66.14º 0.75% 0.54% -
HSV(B) 66.14º 0.78% 0.88% -
XYZ 53.21 67.34 13.1 -
YUV 199.55 43.04 133.31 -
System Red Green Blue C M Y K H S L
Decimal 207 225 49 0.08 0 0.78 0.12 66.14 0.75 0.54
Hex CF E1 31 8 0 4E C 42 4B 36
Octal 317 341 61 10 0 116 14 102 113 66
Binary 11001111 11100001 110001 1000 0 1001110 1100 1000010 1001011 110110

Color Harmonies of #CFE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE131

Black with #CFE131

Text Example


Text Example

White with #CFE131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE131; }

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

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

background-color css

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

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

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

border-color css

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

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

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