Html Css Color HEX #BDFF90 Reef

📋 copy color: '#BDFF90'

red 189 ◦ green 255 ◦ blue 144

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

Shades of Reef #BDFF90

Tints of Reef #BDFF90

RGB

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

 GREEN value IS 255 (100% from 255) = 43.37%

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

R = 32.14%
G = 43.37%
B = 24.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#BDFF90 (or 0xBDFF90) is known color: Reef. HEX triplet: BD, FF and 90. RGB value is (189,255,144). Sum of RGB (Red+Green+Blue) = 189+255+144=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF90 is #42006F. Grayscale: #DEDEDE. Windows color (decimal): -4325488 or 9502653. OLE color: 9502653.

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

Color convert

RGB 189 255 144 -
CMYK 0.26 0 0.44 0
HSL 95.68º 1% 0.78% -
HSV(B) 95.68º 0.44% 1% -
XYZ 61.78 84.35 39.41 -
YUV 222.61 83.63 104.03 -
System Red Green Blue C M Y K H S L
Decimal 189 255 144 0.26 0 0.44 0 95.68 1 0.78
Hex BD FF 90 1A 0 2C 0 60 64 4E
Octal 275 377 220 32 0 54 0 140 144 116
Binary 10111101 11111111 10010000 11010 0 101100 0 1100000 1100100 1001110

Color Harmonies of #BDFF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF90

Black with #BDFF90

Text Example


Text Example

White with #BDFF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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