Html Css Color HEX #CFE185 Sulu

📋 copy color: '#CFE185'

red 207 ◦ green 225 ◦ blue 133

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

Shades of Sulu #CFE185

Tints of Sulu #CFE185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.54%

R = 36.64%
G = 39.82%
B = 23.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#CFE185 (or 0xCFE185) is known color: Sulu. HEX triplet: CF, E1 and 85. RGB value is (207,225,133). Sum of RGB (Red+Green+Blue) = 207+225+133=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE185 is #301E7A. Grayscale: #D1D1D1. Windows color (decimal): -3153531 or 8774095. OLE color: 8774095.

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

Color convert

RGB 207 225 133 -
CMYK 0.08 0 0.41 0.12
HSL 71.74º 0.61% 0.7% -
HSV(B) 71.74º 0.41% 0.88% -
XYZ 56.89 68.81 32.47 -
YUV 209.13 85.04 126.48 -
System Red Green Blue C M Y K H S L
Decimal 207 225 133 0.08 0 0.41 0.12 71.74 0.61 0.7
Hex CF E1 85 8 0 29 C 48 3D 46
Octal 317 341 205 10 0 51 14 110 75 106
Binary 11001111 11100001 10000101 1000 0 101001 1100 1001000 111101 1000110

Color Harmonies of #CFE185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE185

Black with #CFE185

Text Example


Text Example

White with #CFE185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE185; }

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

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

background-color css

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

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

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

border-color css

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

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

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