Html Css Color HEX #69CF41 Apple

📋 copy color: '#69CF41'

red 105 ◦ green 207 ◦ blue 65

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

Shades of Apple #69CF41

Tints of Apple #69CF41

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.91%

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 27.85%
G = 54.91%
B = 17.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#69CF41 (or 0x69CF41) is known color: Apple. HEX triplet: 69, CF and 41. RGB value is (105,207,65). Sum of RGB (Red+Green+Blue) = 105+207+65=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CF41 is #9630BE. Grayscale: #A0A0A0. Windows color (decimal): -9842879 or 4312937. OLE color: 4312937.

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

Color convert

RGB 105 207 65 -
CMYK 0.49 0 0.69 0.19
HSL 103.1º 0.6% 0.53% -
HSV(B) 103.1º 0.69% 0.81% -
XYZ 29.09 48.01 12.73 -
YUV 160.31 74.21 88.55 -
System Red Green Blue C M Y K H S L
Decimal 105 207 65 0.49 0 0.69 0.19 103.1 0.6 0.53
Hex 69 CF 41 31 0 45 13 67 3C 35
Octal 151 317 101 61 0 105 23 147 74 65
Binary 1101001 11001111 1000001 110001 0 1000101 10011 1100111 111100 110101

Color Harmonies of #69CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CF41

Black with #69CF41

Text Example


Text Example

White with #69CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,207,65); }

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

background-color css

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

 a { background-color: rgb(105,207,65); }

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

border-color css

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

 span { border-color: rgb(105,207,65); }

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