Html Css Color HEX #BDF595 Reef

📋 copy color: '#BDF595'

red 189 ◦ green 245 ◦ blue 149

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

Shades of Reef #BDF595

Tints of Reef #BDF595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.56%

R = 32.42%
G = 42.02%
B = 25.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#BDF595 (or 0xBDF595) is known color: Reef. HEX triplet: BD, F5 and 95. RGB value is (189,245,149). Sum of RGB (Red+Green+Blue) = 189+245+149=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF595 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF595 is #420A6A. Grayscale: #D9D9D9. Windows color (decimal): -4328043 or 9827773. OLE color: 9827773.

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

Color convert

RGB 189 245 149 -
CMYK 0.23 0 0.39 0.04
HSL 95º 0.83% 0.77% -
HSV(B) 95º 0.39% 0.96% -
XYZ 59.06 78.29 40.43 -
YUV 217.31 89.45 107.81 -
System Red Green Blue C M Y K H S L
Decimal 189 245 149 0.23 0 0.39 0.04 95 0.83 0.77
Hex BD F5 95 17 0 27 4 5F 53 4D
Octal 275 365 225 27 0 47 4 137 123 115
Binary 10111101 11110101 10010101 10111 0 100111 100 1011111 1010011 1001101

Color Harmonies of #BDF595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF595

Black with #BDF595

Text Example


Text Example

White with #BDF595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF595; }

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

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

background-color css

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

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

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

border-color css

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

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

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