Html Css Color HEX #CFE769 Mindaro

📋 copy color: '#CFE769'

red 207 ◦ green 231 ◦ blue 105

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

Shades of Mindaro #CFE769

Tints of Mindaro #CFE769

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.54%

 BLUE value IS 105 (41.41% from 255) = 19.34%

R = 38.12%
G = 42.54%
B = 19.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#CFE769 (or 0xCFE769) is known color: Mindaro. HEX triplet: CF, E7 and 69. RGB value is (207,231,105). Sum of RGB (Red+Green+Blue) = 207+231+105=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE769 is #301896. Grayscale: #D1D1D1. Windows color (decimal): -3152023 or 6940623. OLE color: 6940623.

HSL color Cylindrical-coordinate representation of color #CFE769: hue angle of 71.43º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFE769 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 105 -
CMYK 0.10 0 0.55 0.09
HSL 71.43º 0.72% 0.66% -
HSV(B) 71.43º 0.55% 0.91% -
XYZ 56.86 71.44 24.16 -
YUV 209.46 69.05 126.25 -
System Red Green Blue C M Y K H S L
Decimal 207 231 105 0.10 0 0.55 0.09 71.43 0.72 0.66
Hex CF E7 69 A 0 37 9 47 48 42
Octal 317 347 151 12 0 67 11 107 110 102
Binary 11001111 11100111 1101001 1010 0 110111 1001 1000111 1001000 1000010

Color Harmonies of #CFE769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE769

Black with #CFE769

Text Example


Text Example

White with #CFE769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE769; }

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

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

background-color css

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

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

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

border-color css

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

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

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