Html Css Color HEX #CFE031 Pear

📋 copy color: '#CFE031'

red 207 ◦ green 224 ◦ blue 49

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

Shades of Pear #CFE031

Tints of Pear #CFE031

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.67%

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

R = 43.13%
G = 46.67%
B = 10.21%

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

#CFE031 (or 0xCFE031) is known color: Pear. HEX triplet: CF, E0 and 31. RGB value is (207,224,49). Sum of RGB (Red+Green+Blue) = 207+224+49=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE031 is #301FCE. Grayscale: #C7C7C7. Windows color (decimal): -3153871 or 3268815. OLE color: 3268815.

HSL color Cylindrical-coordinate representation of color #CFE031: hue angle of 65.83º degrees, saturation: 0.74, 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 #CFE031 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 49 -
CMYK 0.08 0 0.78 0.12
HSL 65.83º 0.74% 0.54% -
HSV(B) 65.83º 0.78% 0.88% -
XYZ 52.94 66.8 13.01 -
YUV 198.97 43.37 133.73 -
System Red Green Blue C M Y K H S L
Decimal 207 224 49 0.08 0 0.78 0.12 65.83 0.74 0.54
Hex CF E0 31 8 0 4E C 42 4A 36
Octal 317 340 61 10 0 116 14 102 112 66
Binary 11001111 11100000 110001 1000 0 1001110 1100 1000010 1001010 110110

Color Harmonies of #CFE031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE031

Black with #CFE031

Text Example


Text Example

White with #CFE031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE031; }

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

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

background-color css

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

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

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

border-color css

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

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

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