Html Css Color HEX #6FCF85 De York

📋 copy color: '#6FCF85'

red 111 ◦ green 207 ◦ blue 133

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

Shades of De York #6FCF85

Tints of De York #6FCF85

RGB

 RED value IS 111 (43.75% from 255) = 24.61%

 GREEN value IS 207 (81.25% from 255) = 45.9%

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 24.61%
G = 45.9%
B = 29.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#6FCF85 (or 0x6FCF85) is known color: De York. HEX triplet: 6F, CF and 85. RGB value is (111,207,133). Sum of RGB (Red+Green+Blue) = 111+207+133=451 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.61% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCF85 is #90307A. Grayscale: #AAAAAA. Windows color (decimal): -9449595 or 8769391. OLE color: 8769391.

HSL color Cylindrical-coordinate representation of color #6FCF85: hue angle of 133.75º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCF85 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 207 133 -
CMYK 0.46 0 0.36 0.19
HSL 133.75º 0.5% 0.62% -
HSV(B) 133.75º 0.46% 0.81% -
XYZ 33.1 49.7 30.04 -
YUV 169.86 107.2 86.02 -
System Red Green Blue C M Y K H S L
Decimal 111 207 133 0.46 0 0.36 0.19 133.75 0.5 0.62
Hex 6F CF 85 2E 0 24 13 86 32 3E
Octal 157 317 205 56 0 44 23 206 62 76
Binary 1101111 11001111 10000101 101110 0 100100 10011 10000110 110010 111110

Color Harmonies of #6FCF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCF85

Black with #6FCF85

Text Example


Text Example

White with #6FCF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FCF85; }

 p { color: rgb(111,207,133); }

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

background-color css

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

 a { background-color: rgb(111,207,133); }

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

border-color css

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

 span { border-color: rgb(111,207,133); }

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