Html Css Color HEX #CFE53F Pear

📋 copy color: '#CFE53F'

red 207 ◦ green 229 ◦ blue 63

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

Shades of Pear #CFE53F

Tints of Pear #CFE53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.63%

R = 41.48%
G = 45.89%
B = 12.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#CFE53F (or 0xCFE53F) is known color: Pear. HEX triplet: CF, E5 and 3F. RGB value is (207,229,63). Sum of RGB (Red+Green+Blue) = 207+229+63=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE53F is #301AC0. Grayscale: #CCCCCC. Windows color (decimal): -3152577 or 4187599. OLE color: 4187599.

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

Color convert

RGB 207 229 63 -
CMYK 0.10 0 0.72 0.10
HSL 67.95º 0.76% 0.57% -
HSV(B) 67.95º 0.72% 0.9% -
XYZ 54.65 69.66 15.27 -
YUV 203.5 48.71 130.5 -
System Red Green Blue C M Y K H S L
Decimal 207 229 63 0.10 0 0.72 0.10 67.95 0.76 0.57
Hex CF E5 3F A 0 48 A 44 4C 39
Octal 317 345 77 12 0 110 12 104 114 71
Binary 11001111 11100101 111111 1010 0 1001000 1010 1000100 1001100 111001

Color Harmonies of #CFE53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE53F

Black with #CFE53F

Text Example


Text Example

White with #CFE53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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