Html Css Color HEX #BDF67E Sulu

📋 copy color: '#BDF67E'

red 189 ◦ green 246 ◦ blue 126

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

Shades of Sulu #BDF67E

Tints of Sulu #BDF67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.46%

R = 33.69%
G = 43.85%
B = 22.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#BDF67E (or 0xBDF67E) is known color: Sulu. HEX triplet: BD, F6 and 7E. RGB value is (189,246,126). Sum of RGB (Red+Green+Blue) = 189+246+126=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 126 (49.61% from 255 or 22.46% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF67E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF67E is #420981. Grayscale: #D7D7D7. Windows color (decimal): -4327810 or 8320701. OLE color: 8320701.

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

Color convert

RGB 189 246 126 -
CMYK 0.23 0 0.49 0.04
HSL 88.5º 0.87% 0.73% -
HSV(B) 88.5º 0.49% 0.96% -
XYZ 57.71 78.24 31.8 -
YUV 215.28 77.62 109.26 -
System Red Green Blue C M Y K H S L
Decimal 189 246 126 0.23 0 0.49 0.04 88.5 0.87 0.73
Hex BD F6 7E 17 0 31 4 58 57 49
Octal 275 366 176 27 0 61 4 130 127 111
Binary 10111101 11110110 1111110 10111 0 110001 100 1011000 1010111 1001001

Color Harmonies of #BDF67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF67E

Black with #BDF67E

Text Example


Text Example

White with #BDF67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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