Html Css Color HEX #CFE186 Sulu

📋 copy color: '#CFE186'

red 207 ◦ green 225 ◦ blue 134

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

Shades of Sulu #CFE186

Tints of Sulu #CFE186

RGB

 RED value IS 207 (81.25% from 255) = 36.57%

 GREEN value IS 225 (88.28% from 255) = 39.75%

 BLUE value IS 134 (52.73% from 255) = 23.67%

R = 36.57%
G = 39.75%
B = 23.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#CFE186 (or 0xCFE186) is known color: Sulu. HEX triplet: CF, E1 and 86. RGB value is (207,225,134). Sum of RGB (Red+Green+Blue) = 207+225+134=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE186 is #301E79. Grayscale: #D1D1D1. Windows color (decimal): -3153530 or 8839631. OLE color: 8839631.

HSL color Cylindrical-coordinate representation of color #CFE186: hue angle of 71.87º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFE186 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 134 -
CMYK 0.08 0 0.40 0.12
HSL 71.87º 0.6% 0.7% -
HSV(B) 71.87º 0.4% 0.88% -
XYZ 56.96 68.84 32.84 -
YUV 209.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 207 225 134 0.08 0 0.40 0.12 71.87 0.6 0.7
Hex CF E1 86 8 0 28 C 48 3C 46
Octal 317 341 206 10 0 50 14 110 74 106
Binary 11001111 11100001 10000110 1000 0 101000 1100 1001000 111100 1000110

Color Harmonies of #CFE186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE186

Black with #CFE186

Text Example


Text Example

White with #CFE186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE186; }

 p { color: rgb(207,225,134); }

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

background-color css

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

 a { background-color: rgb(207,225,134); }

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

border-color css

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

 span { border-color: rgb(207,225,134); }

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