Html Css Color HEX #69CE74 Pastel Green

📋 copy color: '#69CE74'

red 105 ◦ green 206 ◦ blue 116

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

Shades of Pastel Green #69CE74

Tints of Pastel Green #69CE74

RGB

 RED value IS 105 (41.41% from 255) = 24.59%

 GREEN value IS 206 (80.86% from 255) = 48.24%

 BLUE value IS 116 (45.7% from 255) = 27.17%

R = 24.59%
G = 48.24%
B = 27.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#69CE74 (or 0x69CE74) is known color: Pastel Green. HEX triplet: 69, CE and 74. RGB value is (105,206,116). Sum of RGB (Red+Green+Blue) = 105+206+116=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #69CE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CE74 is #96318B. Grayscale: #A5A5A5. Windows color (decimal): -9843084 or 7655017. OLE color: 7655017.

HSL color Cylindrical-coordinate representation of color #69CE74: hue angle of 126.53º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CE74 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 206 116 -
CMYK 0.49 0 0.44 0.19
HSL 126.53º 0.51% 0.61% -
HSV(B) 126.53º 0.49% 0.81% -
XYZ 31.05 48.41 24.23 -
YUV 165.54 100.04 84.82 -
System Red Green Blue C M Y K H S L
Decimal 105 206 116 0.49 0 0.44 0.19 126.53 0.51 0.61
Hex 69 CE 74 31 0 2C 13 7F 33 3D
Octal 151 316 164 61 0 54 23 177 63 75
Binary 1101001 11001110 1110100 110001 0 101100 10011 1111111 110011 111101

Color Harmonies of #69CE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CE74

Black with #69CE74

Text Example


Text Example

White with #69CE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69CE74; }

 p { color: rgb(105,206,116); }

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

background-color css

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

 a { background-color: rgb(105,206,116); }

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

border-color css

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

 span { border-color: rgb(105,206,116); }

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