Html Css Color HEX #CFE63F Pear

📋 copy color: '#CFE63F'

red 207 ◦ green 230 ◦ blue 63

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

Shades of Pear #CFE63F

Tints of Pear #CFE63F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46%

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

R = 41.4%
G = 46%
B = 12.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#CFE63F (or 0xCFE63F) is known color: Pear. HEX triplet: CF, E6 and 3F. RGB value is (207,230,63). Sum of RGB (Red+Green+Blue) = 207+230+63=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 63 (25% from 255 or 12.6% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE63F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE63F is #3019C0. Grayscale: #CCCCCC. Windows color (decimal): -3152321 or 4187855. OLE color: 4187855.

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

Color convert

RGB 207 230 63 -
CMYK 0.10 0 0.73 0.10
HSL 68.26º 0.77% 0.57% -
HSV(B) 68.26º 0.73% 0.9% -
XYZ 54.93 70.22 15.36 -
YUV 204.09 48.38 130.08 -
System Red Green Blue C M Y K H S L
Decimal 207 230 63 0.10 0 0.73 0.10 68.26 0.77 0.57
Hex CF E6 3F A 0 49 A 44 4D 39
Octal 317 346 77 12 0 111 12 104 115 71
Binary 11001111 11100110 111111 1010 0 1001001 1010 1000100 1001101 111001

Color Harmonies of #CFE63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE63F

Black with #CFE63F

Text Example


Text Example

White with #CFE63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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