Html Css Color HEX #74CB83 De York

📋 copy color: '#74CB83'

red 116 ◦ green 203 ◦ blue 131

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

Shades of De York #74CB83

Tints of De York #74CB83

RGB

 RED value IS 116 (45.7% from 255) = 25.78%

 GREEN value IS 203 (79.69% from 255) = 45.11%

 BLUE value IS 131 (51.56% from 255) = 29.11%

R = 25.78%
G = 45.11%
B = 29.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#74CB83 (or 0x74CB83) is known color: De York. HEX triplet: 74, CB and 83. RGB value is (116,203,131). Sum of RGB (Red+Green+Blue) = 116+203+131=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CB83 is #8B347C. Grayscale: #A8A8A8. Windows color (decimal): -9122941 or 8637300. OLE color: 8637300.

HSL color Cylindrical-coordinate representation of color #74CB83: hue angle of 130.34º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CB83 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 203 131 -
CMYK 0.43 0 0.35 0.20
HSL 130.34º 0.46% 0.63% -
HSV(B) 130.34º 0.43% 0.8% -
XYZ 32.66 48.06 29.03 -
YUV 168.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 116 203 131 0.43 0 0.35 0.20 130.34 0.46 0.63
Hex 74 CB 83 2B 0 23 14 82 2E 3F
Octal 164 313 203 53 0 43 24 202 56 77
Binary 1110100 11001011 10000011 101011 0 100011 10100 10000010 101110 111111

Color Harmonies of #74CB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CB83

Black with #74CB83

Text Example


Text Example

White with #74CB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74CB83; }

 p { color: rgb(116,203,131); }

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

background-color css

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

 a { background-color: rgb(116,203,131); }

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

border-color css

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

 span { border-color: rgb(116,203,131); }

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