Html Css Color HEX #EDF27F Texas

📋 copy color: '#EDF27F'

red 237 ◦ green 242 ◦ blue 127

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

Shades of Texas #EDF27F

Tints of Texas #EDF27F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.93%

 BLUE value IS 127 (50% from 255) = 20.96%

R = 39.11%
G = 39.93%
B = 20.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#EDF27F (or 0xEDF27F) is known color: Texas. HEX triplet: ED, F2 and 7F. RGB value is (237,242,127). Sum of RGB (Red+Green+Blue) = 237+242+127=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 127 (50% from 255 or 20.96% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF27F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF27F is #120D80. Grayscale: #E3E3E3. Windows color (decimal): -1183105 or 8385261. OLE color: 8385261.

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

Color convert

RGB 237 242 127 -
CMYK 0.02 0 0.48 0.05
HSL 62.61º 0.82% 0.72% -
HSV(B) 62.61º 0.48% 0.95% -
XYZ 70.51 83.04 32.39 -
YUV 227.4 71.34 134.85 -
System Red Green Blue C M Y K H S L
Decimal 237 242 127 0.02 0 0.48 0.05 62.61 0.82 0.72
Hex ED F2 7F 2 0 30 5 3F 52 48
Octal 355 362 177 2 0 60 5 77 122 110
Binary 11101101 11110010 1111111 10 0 110000 101 111111 1010010 1001000

Color Harmonies of #EDF27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF27F

Black with #EDF27F

Text Example


Text Example

White with #EDF27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF27F; }

 p { color: rgb(237,242,127); }

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

background-color css

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

 a { background-color: rgb(237,242,127); }

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

border-color css

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

 span { border-color: rgb(237,242,127); }

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