Html Css Color HEX #BDF592 Reef

📋 copy color: '#BDF592'

red 189 ◦ green 245 ◦ blue 146

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

Shades of Reef #BDF592

Tints of Reef #BDF592

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.24%

 BLUE value IS 146 (57.42% from 255) = 25.17%

R = 32.59%
G = 42.24%
B = 25.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#BDF592 (or 0xBDF592) is known color: Reef. HEX triplet: BD, F5 and 92. RGB value is (189,245,146). Sum of RGB (Red+Green+Blue) = 189+245+146=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF592 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF592 is #420A6D. Grayscale: #D9D9D9. Windows color (decimal): -4328046 or 9631165. OLE color: 9631165.

HSL color Cylindrical-coordinate representation of color #BDF592: hue angle of 93.94º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDF592 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 146 -
CMYK 0.23 0 0.40 0.04
HSL 93.94º 0.83% 0.77% -
HSV(B) 93.94º 0.4% 0.96% -
XYZ 58.83 78.2 39.19 -
YUV 216.97 87.95 108.05 -
System Red Green Blue C M Y K H S L
Decimal 189 245 146 0.23 0 0.40 0.04 93.94 0.83 0.77
Hex BD F5 92 17 0 28 4 5E 53 4D
Octal 275 365 222 27 0 50 4 136 123 115
Binary 10111101 11110101 10010010 10111 0 101000 100 1011110 1010011 1001101

Color Harmonies of #BDF592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF592

Black with #BDF592

Text Example


Text Example

White with #BDF592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF592; }

 p { color: rgb(189,245,146); }

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

background-color css

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

 a { background-color: rgb(189,245,146); }

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

border-color css

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

 span { border-color: rgb(189,245,146); }

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