Html Css Color HEX #BDF665 Sulu

📋 copy color: '#BDF665'

red 189 ◦ green 246 ◦ blue 101

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

Shades of Sulu #BDF665

Tints of Sulu #BDF665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.84%

R = 35.26%
G = 45.9%
B = 18.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#BDF665 (or 0xBDF665) is known color: Sulu. HEX triplet: BD, F6 and 65. RGB value is (189,246,101). Sum of RGB (Red+Green+Blue) = 189+246+101=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF665 is #42099A. Grayscale: #D4D4D4. Windows color (decimal): -4327835 or 6682301. OLE color: 6682301.

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

Color convert

RGB 189 246 101 -
CMYK 0.23 0 0.59 0.04
HSL 83.59º 0.89% 0.68% -
HSV(B) 83.59º 0.59% 0.96% -
XYZ 56.29 77.67 24.34 -
YUV 212.43 65.12 111.29 -
System Red Green Blue C M Y K H S L
Decimal 189 246 101 0.23 0 0.59 0.04 83.59 0.89 0.68
Hex BD F6 65 17 0 3B 4 54 59 44
Octal 275 366 145 27 0 73 4 124 131 104
Binary 10111101 11110110 1100101 10111 0 111011 100 1010100 1011001 1000100

Color Harmonies of #BDF665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF665

Black with #BDF665

Text Example


Text Example

White with #BDF665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF665; }

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

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

background-color css

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

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

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

border-color css

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

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

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