Html Css Color HEX #CFF18D Sulu

📋 copy color: '#CFF18D'

red 207 ◦ green 241 ◦ blue 141

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

Shades of Sulu #CFF18D

Tints of Sulu #CFF18D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.92%

 BLUE value IS 141 (55.47% from 255) = 23.94%

R = 35.14%
G = 40.92%
B = 23.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#CFF18D (or 0xCFF18D) is known color: Sulu. HEX triplet: CF, F1 and 8D. RGB value is (207,241,141). Sum of RGB (Red+Green+Blue) = 207+241+141=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF18D is #300E72. Grayscale: #DBDBDB. Windows color (decimal): -3149427 or 9302479. OLE color: 9302479.

HSL color Cylindrical-coordinate representation of color #CFF18D: hue angle of 80.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFF18D is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 241 141 -
CMYK 0.14 0 0.41 0.05
HSL 80.4º 0.78% 0.75% -
HSV(B) 80.4º 0.41% 0.95% -
XYZ 62 78.1 37.01 -
YUV 219.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 207 241 141 0.14 0 0.41 0.05 80.4 0.78 0.75
Hex CF F1 8D E 0 29 5 50 4E 4B
Octal 317 361 215 16 0 51 5 120 116 113
Binary 11001111 11110001 10001101 1110 0 101001 101 1010000 1001110 1001011

Color Harmonies of #CFF18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF18D

Black with #CFF18D

Text Example


Text Example

White with #CFF18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF18D; }

 p { color: rgb(207,241,141); }

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

background-color css

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

 a { background-color: rgb(207,241,141); }

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

border-color css

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

 span { border-color: rgb(207,241,141); }

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