Html Css Color HEX #EDF13E Starship

📋 copy color: '#EDF13E'

red 237 ◦ green 241 ◦ blue 62

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

Shades of Starship #EDF13E

Tints of Starship #EDF13E

RGB

 RED value IS 237 (92.97% from 255) = 43.89%

 GREEN value IS 241 (94.53% from 255) = 44.63%

 BLUE value IS 62 (24.61% from 255) = 11.48%

R = 43.89%
G = 44.63%
B = 11.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#EDF13E (or 0xEDF13E) is known color: Starship. HEX triplet: ED, F1 and 3E. RGB value is (237,241,62). Sum of RGB (Red+Green+Blue) = 237+241+62=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 62 (24.61% from 255 or 11.48% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF13E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF13E is #120EC1. Grayscale: #DCDCDC. Windows color (decimal): -1183426 or 4125165. OLE color: 4125165.

HSL color Cylindrical-coordinate representation of color #EDF13E: hue angle of 61.34º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDF13E is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 62 -
CMYK 0.02 0 0.74 0.05
HSL 61.34º 0.86% 0.59% -
HSV(B) 61.34º 0.74% 0.95% -
XYZ 67.25 81.26 16.7 -
YUV 219.4 39.17 140.55 -
System Red Green Blue C M Y K H S L
Decimal 237 241 62 0.02 0 0.74 0.05 61.34 0.86 0.59
Hex ED F1 3E 2 0 4A 5 3D 56 3B
Octal 355 361 76 2 0 112 5 75 126 73
Binary 11101101 11110001 111110 10 0 1001010 101 111101 1010110 111011

Color Harmonies of #EDF13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF13E

Black with #EDF13E

Text Example


Text Example

White with #EDF13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF13E; }

 p { color: rgb(237,241,62); }

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

background-color css

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

 a { background-color: rgb(237,241,62); }

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

border-color css

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

 span { border-color: rgb(237,241,62); }

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