Html Css Color HEX #CFE531 Pear

📋 copy color: '#CFE531'

red 207 ◦ green 229 ◦ blue 49

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

Shades of Pear #CFE531

Tints of Pear #CFE531

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.22%

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

R = 42.68%
G = 47.22%
B = 10.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#CFE531 (or 0xCFE531) is known color: Pear. HEX triplet: CF, E5 and 31. RGB value is (207,229,49). Sum of RGB (Red+Green+Blue) = 207+229+49=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE531 is #301ACE. Grayscale: #CACACA. Windows color (decimal): -3152591 or 3270095. OLE color: 3270095.

HSL color Cylindrical-coordinate representation of color #CFE531: hue angle of 67.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFE531 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 49 -
CMYK 0.10 0 0.79 0.10
HSL 67.33º 0.78% 0.55% -
HSV(B) 67.33º 0.79% 0.9% -
XYZ 54.31 69.53 13.46 -
YUV 201.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 207 229 49 0.10 0 0.79 0.10 67.33 0.78 0.55
Hex CF E5 31 A 0 4F A 43 4E 37
Octal 317 345 61 12 0 117 12 103 116 67
Binary 11001111 11100101 110001 1010 0 1001111 1010 1000011 1001110 110111

Color Harmonies of #CFE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE531

Black with #CFE531

Text Example


Text Example

White with #CFE531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE531; }

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

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

background-color css

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

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

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

border-color css

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

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

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