Html Css Color HEX #BDEE68 Sulu

📋 copy color: '#BDEE68'

red 189 ◦ green 238 ◦ blue 104

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

Shades of Sulu #BDEE68

Tints of Sulu #BDEE68

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.82%

 BLUE value IS 104 (41.02% from 255) = 19.59%

R = 35.59%
G = 44.82%
B = 19.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#BDEE68 (or 0xBDEE68) is known color: Sulu. HEX triplet: BD, EE and 68. RGB value is (189,238,104). Sum of RGB (Red+Green+Blue) = 189+238+104=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEE68 is #421197. Grayscale: #D0D0D0. Windows color (decimal): -4329880 or 6876861. OLE color: 6876861.

HSL color Cylindrical-coordinate representation of color #BDEE68: hue angle of 81.94º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDEE68 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 238 104 -
CMYK 0.21 0 0.56 0.07
HSL 81.94º 0.8% 0.67% -
HSV(B) 81.94º 0.56% 0.93% -
XYZ 54.06 72.97 24.33 -
YUV 208.07 69.27 114.4 -
System Red Green Blue C M Y K H S L
Decimal 189 238 104 0.21 0 0.56 0.07 81.94 0.8 0.67
Hex BD EE 68 15 0 38 7 52 50 43
Octal 275 356 150 25 0 70 7 122 120 103
Binary 10111101 11101110 1101000 10101 0 111000 111 1010010 1010000 1000011

Color Harmonies of #BDEE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEE68

Black with #BDEE68

Text Example


Text Example

White with #BDEE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEE68; }

 p { color: rgb(189,238,104); }

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

background-color css

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

 a { background-color: rgb(189,238,104); }

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

border-color css

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

 span { border-color: rgb(189,238,104); }

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