Html Css Color HEX #CFF38E Reef

📋 copy color: '#CFF38E'

red 207 ◦ green 243 ◦ blue 142

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

Shades of Reef #CFF38E

Tints of Reef #CFF38E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.05%

 BLUE value IS 142 (55.86% from 255) = 23.99%

R = 34.97%
G = 41.05%
B = 23.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#CFF38E (or 0xCFF38E) is known color: Reef. HEX triplet: CF, F3 and 8E. RGB value is (207,243,142). Sum of RGB (Red+Green+Blue) = 207+243+142=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF38E is #300C71. Grayscale: #DDDDDD. Windows color (decimal): -3148914 or 9368527. OLE color: 9368527.

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

Color convert

RGB 207 243 142 -
CMYK 0.15 0 0.42 0.05
HSL 81.39º 0.81% 0.75% -
HSV(B) 81.39º 0.42% 0.95% -
XYZ 62.67 79.32 37.6 -
YUV 220.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 207 243 142 0.15 0 0.42 0.05 81.39 0.81 0.75
Hex CF F3 8E F 0 2A 5 51 51 4B
Octal 317 363 216 17 0 52 5 121 121 113
Binary 11001111 11110011 10001110 1111 0 101010 101 1010001 1010001 1001011

Color Harmonies of #CFF38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF38E

Black with #CFF38E

Text Example


Text Example

White with #CFF38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF38E; }

 p { color: rgb(207,243,142); }

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

background-color css

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

 a { background-color: rgb(207,243,142); }

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

border-color css

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

 span { border-color: rgb(207,243,142); }

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