Html Css Color HEX #CEF690 Reef

📋 copy color: '#CEF690'

red 206 ◦ green 246 ◦ blue 144

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

Shades of Reef #CEF690

Tints of Reef #CEF690

RGB

 RED value IS 206 (80.86% from 255) = 34.56%

 GREEN value IS 246 (96.48% from 255) = 41.28%

 BLUE value IS 144 (56.64% from 255) = 24.16%

R = 34.56%
G = 41.28%
B = 24.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#CEF690 (or 0xCEF690) is known color: Reef. HEX triplet: CE, F6 and 90. RGB value is (206,246,144). Sum of RGB (Red+Green+Blue) = 206+246+144=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF690 is #31096F. Grayscale: #DEDEDE. Windows color (decimal): -3213680 or 9500366. OLE color: 9500366.

HSL color Cylindrical-coordinate representation of color #CEF690: hue angle of 83.53º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEF690 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 144 -
CMYK 0.16 0 0.41 0.04
HSL 83.53º 0.85% 0.76% -
HSV(B) 83.53º 0.41% 0.96% -
XYZ 63.44 81.05 38.69 -
YUV 222.41 83.75 116.29 -
System Red Green Blue C M Y K H S L
Decimal 206 246 144 0.16 0 0.41 0.04 83.53 0.85 0.76
Hex CE F6 90 10 0 29 4 54 55 4C
Octal 316 366 220 20 0 51 4 124 125 114
Binary 11001110 11110110 10010000 10000 0 101001 100 1010100 1010101 1001100

Color Harmonies of #CEF690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF690

Black with #CEF690

Text Example


Text Example

White with #CEF690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF690; }

 p { color: rgb(206,246,144); }

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

background-color css

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

 a { background-color: rgb(206,246,144); }

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

border-color css

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

 span { border-color: rgb(206,246,144); }

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