Html Css Color HEX #BDF67F Sulu

📋 copy color: '#BDF67F'

red 189 ◦ green 246 ◦ blue 127

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

Shades of Sulu #BDF67F

Tints of Sulu #BDF67F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.77%

 BLUE value IS 127 (50% from 255) = 22.6%

R = 33.63%
G = 43.77%
B = 22.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#BDF67F (or 0xBDF67F) is known color: Sulu. HEX triplet: BD, F6 and 7F. RGB value is (189,246,127). Sum of RGB (Red+Green+Blue) = 189+246+127=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF67F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF67F is #420980. Grayscale: #D7D7D7. Windows color (decimal): -4327809 or 8386237. OLE color: 8386237.

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

Color convert

RGB 189 246 127 -
CMYK 0.23 0 0.48 0.04
HSL 88.74º 0.87% 0.73% -
HSV(B) 88.74º 0.48% 0.96% -
XYZ 57.77 78.26 32.14 -
YUV 215.39 78.12 109.18 -
System Red Green Blue C M Y K H S L
Decimal 189 246 127 0.23 0 0.48 0.04 88.74 0.87 0.73
Hex BD F6 7F 17 0 30 4 59 57 49
Octal 275 366 177 27 0 60 4 131 127 111
Binary 10111101 11110110 1111111 10111 0 110000 100 1011001 1010111 1001001

Color Harmonies of #BDF67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF67F

Black with #BDF67F

Text Example


Text Example

White with #BDF67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF67F; }

 p { color: rgb(189,246,127); }

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

background-color css

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

 a { background-color: rgb(189,246,127); }

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

border-color css

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

 span { border-color: rgb(189,246,127); }

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