Html Css Color HEX #CFF63A Pear

📋 copy color: '#CFF63A'

red 207 ◦ green 246 ◦ blue 58

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

Shades of Pear #CFF63A

Tints of Pear #CFF63A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.14%

 BLUE value IS 58 (23.05% from 255) = 11.35%

R = 40.51%
G = 48.14%
B = 11.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#CFF63A (or 0xCFF63A) is known color: Pear. HEX triplet: CF, F6 and 3A. RGB value is (207,246,58). Sum of RGB (Red+Green+Blue) = 207+246+58=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF63A is #3009C5. Grayscale: #D5D5D5. Windows color (decimal): -3148230 or 3864271. OLE color: 3864271.

HSL color Cylindrical-coordinate representation of color #CFF63A: hue angle of 72.45º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFF63A is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 246 58 -
CMYK 0.16 0 0.76 0.04
HSL 72.45º 0.91% 0.6% -
HSV(B) 72.45º 0.76% 0.96% -
XYZ 59.45 79.48 16.21 -
YUV 212.91 40.58 123.79 -
System Red Green Blue C M Y K H S L
Decimal 207 246 58 0.16 0 0.76 0.04 72.45 0.91 0.6
Hex CF F6 3A 10 0 4C 4 48 5B 3C
Octal 317 366 72 20 0 114 4 110 133 74
Binary 11001111 11110110 111010 10000 0 1001100 100 1001000 1011011 111100

Color Harmonies of #CFF63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF63A

Black with #CFF63A

Text Example


Text Example

White with #CFF63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF63A; }

 p { color: rgb(207,246,58); }

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

background-color css

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

 a { background-color: rgb(207,246,58); }

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

border-color css

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

 span { border-color: rgb(207,246,58); }

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