Html Css Color HEX #CFE985 Sulu

📋 copy color: '#CFE985'

red 207 ◦ green 233 ◦ blue 133

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

Shades of Sulu #CFE985

Tints of Sulu #CFE985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.66%

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

R = 36.13%
G = 40.66%
B = 23.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#CFE985 (or 0xCFE985) is known color: Sulu. HEX triplet: CF, E9 and 85. RGB value is (207,233,133). Sum of RGB (Red+Green+Blue) = 207+233+133=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE985 is #30167A. Grayscale: #D6D6D6. Windows color (decimal): -3151483 or 8776143. OLE color: 8776143.

HSL color Cylindrical-coordinate representation of color #CFE985: hue angle of 75.6º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFE985 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 133 -
CMYK 0.11 0 0.43 0.09
HSL 75.6º 0.69% 0.72% -
HSV(B) 75.6º 0.43% 0.91% -
XYZ 59.1 73.24 33.21 -
YUV 213.83 82.39 123.13 -
System Red Green Blue C M Y K H S L
Decimal 207 233 133 0.11 0 0.43 0.09 75.6 0.69 0.72
Hex CF E9 85 B 0 2B 9 4C 45 48
Octal 317 351 205 13 0 53 11 114 105 110
Binary 11001111 11101001 10000101 1011 0 101011 1001 1001100 1000101 1001000

Color Harmonies of #CFE985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE985

Black with #CFE985

Text Example


Text Example

White with #CFE985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE985; }

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

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

background-color css

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

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

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

border-color css

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

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

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