Html Css Color HEX #BDFE90 Reef

📋 copy color: '#BDFE90'

red 189 ◦ green 254 ◦ blue 144

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

Shades of Reef #BDFE90

Tints of Reef #BDFE90

RGB

 RED value IS 189 (74.22% from 255) = 32.2%

 GREEN value IS 254 (99.61% from 255) = 43.27%

 BLUE value IS 144 (56.64% from 255) = 24.53%

R = 32.2%
G = 43.27%
B = 24.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#BDFE90 (or 0xBDFE90) is known color: Reef. HEX triplet: BD, FE and 90. RGB value is (189,254,144). Sum of RGB (Red+Green+Blue) = 189+254+144=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFE90 is #42016F. Grayscale: #DEDEDE. Windows color (decimal): -4325744 or 9502397. OLE color: 9502397.

HSL color Cylindrical-coordinate representation of color #BDFE90: hue angle of 95.45º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDFE90 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 144 -
CMYK 0.26 0 0.43 0.00
HSL 95.45º 0.98% 0.78% -
HSV(B) 95.45º 0.43% 1% -
XYZ 61.46 83.72 39.3 -
YUV 222.03 83.97 104.44 -
System Red Green Blue C M Y K H S L
Decimal 189 254 144 0.26 0 0.43 0.00 95.45 0.98 0.78
Hex BD FE 90 1A 0 2B 0 5F 62 4E
Octal 275 376 220 32 0 53 0 137 142 116
Binary 10111101 11111110 10010000 11010 0 101011 0 1011111 1100010 1001110

Color Harmonies of #BDFE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE90

Black with #BDFE90

Text Example


Text Example

White with #BDFE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE90; }

 p { color: rgb(189,254,144); }

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

background-color css

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

 a { background-color: rgb(189,254,144); }

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

border-color css

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

 span { border-color: rgb(189,254,144); }

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