Html Css Color HEX #CFF293 Reef

📋 copy color: '#CFF293'

red 207 ◦ green 242 ◦ blue 147

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

Shades of Reef #CFF293

Tints of Reef #CFF293

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.6%

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

R = 34.73%
G = 40.6%
B = 24.66%

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

#CFF293 (or 0xCFF293) is known color: Reef. HEX triplet: CF, F2 and 93. RGB value is (207,242,147). Sum of RGB (Red+Green+Blue) = 207+242+147=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF293 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF293 is #300D6C. Grayscale: #DDDDDD. Windows color (decimal): -3149165 or 9695951. OLE color: 9695951.

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

Color convert

RGB 207 242 147 -
CMYK 0.14 0 0.39 0.05
HSL 82.11º 0.79% 0.76% -
HSV(B) 82.11º 0.39% 0.95% -
XYZ 62.75 78.88 39.52 -
YUV 220.71 86.4 118.22 -
System Red Green Blue C M Y K H S L
Decimal 207 242 147 0.14 0 0.39 0.05 82.11 0.79 0.76
Hex CF F2 93 E 0 27 5 52 4F 4C
Octal 317 362 223 16 0 47 5 122 117 114
Binary 11001111 11110010 10010011 1110 0 100111 101 1010010 1001111 1001100

Color Harmonies of #CFF293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF293

Black with #CFF293

Text Example


Text Example

White with #CFF293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF293; }

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

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

background-color css

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

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

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

border-color css

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

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

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