Html Css Color HEX #CFF194 Reef

📋 copy color: '#CFF194'

red 207 ◦ green 241 ◦ blue 148

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

Shades of Reef #CFF194

Tints of Reef #CFF194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.83%

R = 34.73%
G = 40.44%
B = 24.83%

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

#CFF194 (or 0xCFF194) is known color: Reef. HEX triplet: CF, F1 and 94. RGB value is (207,241,148). Sum of RGB (Red+Green+Blue) = 207+241+148=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF194 is #300E6B. Grayscale: #DCDCDC. Windows color (decimal): -3149420 or 9761231. OLE color: 9761231.

HSL color Cylindrical-coordinate representation of color #CFF194: hue angle of 81.94º 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 #CFF194 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 241 148 -
CMYK 0.14 0 0.39 0.05
HSL 81.94º 0.77% 0.76% -
HSV(B) 81.94º 0.39% 0.95% -
XYZ 62.53 78.31 39.84 -
YUV 220.23 87.24 118.56 -
System Red Green Blue C M Y K H S L
Decimal 207 241 148 0.14 0 0.39 0.05 81.94 0.77 0.76
Hex CF F1 94 E 0 27 5 52 4D 4C
Octal 317 361 224 16 0 47 5 122 115 114
Binary 11001111 11110001 10010100 1110 0 100111 101 1010010 1001101 1001100

Color Harmonies of #CFF194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF194

Black with #CFF194

Text Example


Text Example

White with #CFF194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF194; }

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

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

background-color css

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

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

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

border-color css

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

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

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