Html Css Color HEX #EDF27D Texas

📋 copy color: '#EDF27D'

red 237 ◦ green 242 ◦ blue 125

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

Shades of Texas #EDF27D

Tints of Texas #EDF27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.7%

R = 39.24%
G = 40.07%
B = 20.7%

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

#EDF27D (or 0xEDF27D) is known color: Texas. HEX triplet: ED, F2 and 7D. RGB value is (237,242,125). Sum of RGB (Red+Green+Blue) = 237+242+125=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF27D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF27D is #120D82. Grayscale: #E3E3E3. Windows color (decimal): -1183107 or 8254189. OLE color: 8254189.

HSL color Cylindrical-coordinate representation of color #EDF27D: hue angle of 62.56º 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 #EDF27D is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 125 -
CMYK 0.02 0 0.48 0.05
HSL 62.56º 0.82% 0.72% -
HSV(B) 62.56º 0.48% 0.95% -
XYZ 70.38 82.99 31.71 -
YUV 227.17 70.34 135.01 -
System Red Green Blue C M Y K H S L
Decimal 237 242 125 0.02 0 0.48 0.05 62.56 0.82 0.72
Hex ED F2 7D 2 0 30 5 3F 52 48
Octal 355 362 175 2 0 60 5 77 122 110
Binary 11101101 11110010 1111101 10 0 110000 101 111111 1010010 1001000

Color Harmonies of #EDF27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF27D

Black with #EDF27D

Text Example


Text Example

White with #EDF27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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