Html Css Color HEX #CFF193 Reef

📋 copy color: '#CFF193'

red 207 ◦ green 241 ◦ blue 147

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

Shades of Reef #CFF193

Tints of Reef #CFF193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.71%

R = 34.79%
G = 40.5%
B = 24.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#CFF193 (or 0xCFF193) is known color: Reef. HEX triplet: CF, F1 and 93. RGB value is (207,241,147). Sum of RGB (Red+Green+Blue) = 207+241+147=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF193 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF193 is #300E6C. Grayscale: #DCDCDC. Windows color (decimal): -3149421 or 9695695. OLE color: 9695695.

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

Color convert

RGB 207 241 147 -
CMYK 0.14 0 0.39 0.05
HSL 81.7º 0.77% 0.76% -
HSV(B) 81.7º 0.39% 0.95% -
XYZ 62.45 78.28 39.42 -
YUV 220.12 86.74 118.64 -
System Red Green Blue C M Y K H S L
Decimal 207 241 147 0.14 0 0.39 0.05 81.7 0.77 0.76
Hex CF F1 93 E 0 27 5 52 4D 4C
Octal 317 361 223 16 0 47 5 122 115 114
Binary 11001111 11110001 10010011 1110 0 100111 101 1010010 1001101 1001100

Color Harmonies of #CFF193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF193

Black with #CFF193

Text Example


Text Example

White with #CFF193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF193; }

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

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

background-color css

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

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

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

border-color css

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

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

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